/*
 * PornForLess — site stylesheet.
 * Discount-directory layout: deal grids, verification badges, offer tags and
 * price-comparison cards, plus the deal profile page and admin-facing bits.
 */

:root {
  --bg: #08080d;
  --card: #13131b;
  --text: #f8f8fb;
  --muted: #a8a9b8;
  --line: rgba(255, 255, 255, 0.09);
  --soft: #1d1d28;
  --brand: #ff1f72;
  --brand-dark: #d70d55;
  --accent: #ff1f72;
  --green: #ff1f72;
  --blue: #f8f8fb;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  --max: 1275px;
}

* { box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% -5%, rgba(255, 31, 114, 0.28), transparent 26rem),
    radial-gradient(circle at 90% 4%, rgba(255, 31, 114, 0.12), transparent 24rem),
    linear-gradient(180deg, #0b0b11 0%, var(--bg) 38%, #050507 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
  padding-bottom: 101px;
}

body.detail-page {
  padding-bottom: 0;
}

body.detail-page .site-shell {
  overflow: visible;
}

body.detail-page .deal-profile-layout,
body.detail-page .deal-profile-card,
body.detail-page .deal-profile-columns {
  align-items: start;
  overflow: visible;
}

a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }

.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 7%;
  width: 100%;
}

.site-shell {
  max-width: 100vw;
  overflow: hidden;
}

.topbar {
  background: #101014;
  color: #f2f2f4;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.topbar-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 40px;
}

.topbar a,
.topbar strong { color: #f2f2f4; text-decoration: underline; }

.site-header {
  background: #17171f;
  border-bottom: 5px solid #ff1f72;
  box-shadow: none;
  position: relative;
  top: 0;
  z-index: 20;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  min-height: 72px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: #ff1f72;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-size: 34px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: -0.18em;
  line-height: 1;
  overflow: hidden;
  padding-right: 7px;
  position: relative;
  width: 59px;
}

.brand-mark::after {
  background: #17171f;
  border-radius: 50%;
  content: "";
  height: 22px;
  position: absolute;
  right: 9px;
  top: 14px;
  width: 22px;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 0.88;
}

.brand-name span:first-child { color: #ff1f72; }
.brand-name span:last-child { color: #ff1f72; }
.brand b { color: #ff1f72; }

.download-link {
  background: #ff1f72;
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 22px;
  text-transform: uppercase;
}

.download-link:hover,
.download-link:focus { background: #d70d55; }

.header-actions { align-items: center; display: flex; gap: 10px; flex-wrap: wrap; }

/* Hamburger toggle — hidden on wide screens, shown in the responsive block below. */
.nav-toggle { display: none; background: transparent; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; margin: 5px 0; background: #ff1f72; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.season-link {
  background: #ff1f72;
  border-radius: 13px;
  color: #12121c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.season-link:hover,
.season-link:focus { background: #d70d55; color: #12121c; }

.main-nav {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: flex-end;
  min-height: 72px;
}

.main-nav .menu-list,
.footer-links .menu-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  align-items: center;
  border-radius: 0;
  color: #f2f2f4;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 72px;
  padding: 0 18px;
  position: relative;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.is-active {
  background: #ff1f72;
  color: #fff;
}

.main-nav a.is-active::before {
  border-left: 22px solid #000;
  border-top: 25px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.intro-section {
  background: #0f0f14;
  color: #f2f2f4;
  padding: 36px 0 20px;
}

.intro-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: minmax(0, 1fr) 195px;
}

.intro-main { min-width: 0; }

.deal-search {
  align-items: center;
  background: #17171f;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  display: flex;
  height: 44px;
  margin-bottom: 16px;
  overflow: hidden;
}

.deal-search input {
  background: transparent;
  border: 0;
  color: #f2f2f4;
  flex: 1;
  font: inherit;
  font-size: 14px;
  height: 100%;
  outline: 0;
  padding: 0 25px;
}

.deal-search input::placeholder {
  color: #f2f2f4;
  opacity: 1;
}

.deal-search button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ff1f72;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0 18px;
  position: relative;
  width: 50px;
}

.deal-search button::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
}

.deal-search button::after {
  background: currentColor;
  content: "";
  height: 8px;
  left: 31px;
  position: absolute;
  top: 25px;
  transform: rotate(-45deg);
  width: 2px;
}

.intro-title {
  color: #ff1f72;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 10px;
}

.intro-content h2 {
  color: #f2f2f4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px;
}

.intro-content p {
  color: #f2f2f4;
  font-size: 15px;
  line-height: 1.02;
  margin: 0 0 12px;
}

.intro-content a {
  color: #ff4d8f;
  font-weight: 700;
  text-decoration: underline;
}

.ten-under-hero .intro-title {
  color: #ff1f72;
}

.sort-sidebar,
.sort-dropdown {
  align-self: start;
  background: #ff1f72;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 195px;
}

.sort-dropdown { display: block; position: relative; }

.sort-trigger {
  background: #d70d55;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 34px 14px 17px;
  position: relative;
  text-align: left;
  width: 100%;
}

.sort-trigger::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
}

.sort-menu {
  background: #ff1f72;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 30;
}

.sort-dropdown.is-open .sort-menu { display: block; }
.sort-trigger::after { transition: transform .2s ease; }
.sort-dropdown.is-open .sort-trigger::after { transform: rotate(180deg); }

.sort-sidebar li { margin: 0; }

.sort-sidebar a,
.sort-menu a {
  border-bottom: 1px solid rgba(255,31,114,0.30);
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 17px;
}

.sort-sidebar a:hover,
.sort-sidebar a:focus,
.sort-sidebar a.is-active,
.sort-menu a:hover,
.sort-menu a:focus,
.sort-menu a.is-active {
  background: #d70d55;
}

.sort-sidebar a.has-arrow { position: relative; }

.sort-sidebar a.has-arrow::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  right: 12px;
  top: 14px;
}

.img-holder img.is-broken { opacity: 0; }

.button {
  align-items: center;
  background: var(--brand);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
}

.button:hover,
.button:focus { background: var(--brand-dark); }

.section { padding: 30px 0; }

.trust-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
}

.section-kicker {
  color: var(--brand);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 12px;
}

.trust-panel p {
  color: var(--muted);
  margin: 0 0 13px;
  max-width: 980px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.trust-badges span,
.filter-pills a,
.tag {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 10px;
}

.filter-bar {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pills a.is-active,
.filter-pills a:hover,
.filter-pills a:focus {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.thumbs-item .page-content {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thumb {
  min-width: 0;
}

.item-fix {
  background: #17171f;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.item {
  background: #17171f;
}

.img-holder {
  height: 228px;
  overflow: hidden;
  position: relative;
}

.img-holder .img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.content-discount-thumb {
  background: linear-gradient(135deg, #ff4d8f 0%, #d70d55 100%);
  border-right: 2px solid #ff1f72;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 0;
  height: 100px;
  left: 0;
  line-height: 1;
  padding: 11px 12px;
  position: absolute;
  top: 0;
  width: 110px;
  z-index: 3;
}

.content-discount-thumb::before {
  content: "DISCOUNT";
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.content-discount-thumb::after {
  content: attr(data-percent);
  display: block;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -0.07em;
  margin-top: 2px;
}

.content-discount-thumb .discount-slash,
.content-discount-thumb + .discount-slash { display: none; }

.img-holder::before {
  display: none;
}

.img-holder::after {
  display: none;
}

.content-status {
  align-items: flex-end;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  right: 0;
  z-index: 5;
}

.content-status > span {
  border-radius: 16px 0 0 16px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-height: 28px;
  padding: 8px 12px 7px 15px;
  position: relative;
  text-transform: uppercase;
}

.content-status .flash { background: #ff1f72; }
.content-status .bonus { background: #ff1f72; }
.content-status .downloads { background: #ff4d8f; }
.content-status .life { background: #ff1f72; }
.content-status .bigger { background: #ff4d8f; }

.popup-card { display: none; }

.img-holder .card-logo {
  background: #000;
  border: 2px solid #ff1f72;
  border-radius: 50%;
  bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
  height: 54px;
  left: 12px;
  object-fit: cover;
  position: absolute;
  width: 54px;
  z-index: 4;
}

.content {
  align-items: start;
  background: #17171f;
  display: grid;
  gap: 8px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 11px 12px 9px;
}

.content .text {
  min-width: 0;
}

.content .title,
.content .title-med,
.content .title-small,
.content .title-tiny {
  color: #f2f2f4;
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin: 0 0 8px;
}

.content .title-med { font-size: 20px; }
.content .title-small { font-size: 18px; }
.content .title-tiny { font-size: 17px; }

.content .descrip {
  color: #ff1f72;
  display: block;
  font-size: 15px;
  line-height: 1.05;
}

.content .price {
  text-align: right;
}

.content .price .now {
  color: #ff1f72;
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.content .price .before {
  color: #9c9ca7;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 6px;
  text-decoration: line-through;
}

.row-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.btn-thumb {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 42px;
  justify-content: center;
  text-transform: uppercase;
}

.btn-thumb.buy { background: #ff1f72; }
.btn-thumb.now { background: #ff1f72; }

.btn-thumb:hover,
.btn-thumb:focus { filter: brightness(0.94); }

.load-more {
  margin-top: 24px;
  text-align: center;
}

.category-directory-page {
  background: #0f0f14;
}

.category-directory {
  background: #0f0f14;
  color: #f2f2f4;
  padding: 42px 0 52px;
}

.category-heading {
  margin: 0 auto 30px;
  text-align: center;
}

.category-heading h1 {
  color: #ff1f72;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 9px;
}

.category-heading h2 {
  color: #f2f2f4;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  background: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: block;
  min-height: 154px;
  overflow: hidden;
  position: relative;
}

.category-art {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.86) 100%),
    var(--cat-home-image, var(--cat-image)),
    linear-gradient(135deg, #2c2c37 0%, #111 100%);
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.category-card:nth-child(3n+1) .category-art { --cat-home-image: url("indexAH.jpg"); }
.category-card:nth-child(3n+2) .category-art { --cat-home-image: url("indexAH (1).jpg"); }
.category-card:nth-child(3n) .category-art { --cat-home-image: url("indexAH (2).jpg"); }

.category-art::before {
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, rgba(237, 37, 72, 0.72), rgba(215, 13, 85, 0.58));
  content: "";
  inset: 0;
  opacity: 0.72;
  position: absolute;
}

.category-art::after {
  color: rgba(255, 255, 255, 0.55);
  content: attr(data-initial);
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
}

.cat-tone-2 .category-art::before { background: linear-gradient(135deg, rgba(215, 13, 85, 0.82), rgba(237, 37, 72, 0.46)); }
.cat-tone-3 .category-art::before { background: linear-gradient(135deg, rgba(243, 149, 22, 0.72), rgba(237, 37, 72, 0.55)); }
.cat-tone-4 .category-art::before { background: linear-gradient(135deg, rgba(255, 31, 114, 0.74), rgba(215, 13, 85, 0.58)); }
.cat-tone-5 .category-art::before { background: linear-gradient(135deg, rgba(88, 62, 196, 0.72), rgba(237, 37, 72, 0.58)); }
.cat-tone-6 .category-art::before { background: linear-gradient(135deg, rgba(18, 18, 28, 0.42), rgba(237, 37, 72, 0.7)); }

.season-dates {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 17px;
  position: absolute;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  top: 14px;
  z-index: 2;
}
.season-live {
  background: #ff1f72;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  margin-left: 6px;
  padding: 2px 6px;
  text-transform: uppercase;
  vertical-align: middle;
}
.category-card.is-live { outline: 2px solid #ff1f72; outline-offset: -2px; }

.category-title {
  bottom: 17px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  left: 17px;
  letter-spacing: -0.04em;
  line-height: 1;
  max-width: calc(100% - 92px);
  position: absolute;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.category-count {
  align-items: center;
  background: #ff1f72;
  border-left: 3px solid #ff1f72;
  bottom: 13px;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-width: 56px;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.category-card:hover .category-art,
.category-card:focus .category-art {
  filter: saturate(1.15);
  transform: scale(1.04);
}

.info-page-main {
  background: #0f0f14;
  color: #f2f2f4;
  padding: 34px 0 46px;
}

.info-page-card {
  background: #17171f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  margin: 0 auto;
  max-width: 980px;
  padding: 32px 38px 40px;
}

.info-page-card h1 {
  color: #ff1f72;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0 0 18px;
}

.info-page-card h2 {
  color: #f2f2f4;
  font-size: 22px;
  line-height: 1.1;
  margin: 28px 0 10px;
}

.info-page-card h3 {
  color: #f2f2f4;
  font-size: 17px;
  margin: 18px 0 7px;
}

.info-page-card p,
.info-page-card li {
  color: #e6e6eb;
  font-size: 16px;
  line-height: 1.45;
}

.info-page-card a {
  color: #ff4d8f;
  font-weight: 700;
  text-decoration: underline;
}

.info-page-card ul,
.info-page-card ol {
  margin: 8px 0 18px;
  padding-left: 22px;
}

.info-content {
  background: #0f0f14;
  border-bottom: 4px solid rgba(255,255,255,0.12);
  color: #f2f2f4;
  padding: 14px 0 24px;
}

.info-content-inner {
  max-width: 100%;
}

.info-content h2 {
  color: #f2f2f4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
}

.info-content p {
  color: #f2f2f4;
  font-size: 15px;
  line-height: 0.96;
  margin: 0 0 16px;
}

.info-content a {
  color: #ff4d8f;
  text-decoration: underline;
}

.info-content-cta {
  margin: 26px 0 0 !important;
  text-align: center;
}

.site-footer {
  background: #17171f;
  color: #9c9ca727c;
  margin-top: 0;
  padding: 44px 0 0;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(360px, 1fr) 190px 190px 150px;
  min-height: 337px;
}

.footer-brand-block {
  padding-top: 101px;
}

.footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand-mark {
  align-items: center;
  background: #ff1f72;
  color: #fff;
  display: inline-flex;
  font-size: 94px;
  font-weight: 700;
  height: 89px;
  justify-content: flex-start;
  letter-spacing: -0.08em;
  line-height: 0.86;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  width: 101px;
}

.footer-brand-mark::after {
  display: none;
}

.footer-brand-name {
  display: flex;
  flex-direction: column;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.83;
}

.footer-brand-name span:first-child { color: #ff1f72; }
.footer-brand-name span:last-child { color: #ff1f72; }

.footer-brand-block p {
  color: #9c9ca727c;
  font-size: 17px;
  margin: 0;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-column h3 {
  color: #f2f2f4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 7px 0 4px;
}

.footer-column a {
  color: #9c9ca727c;
  font-size: 13px;
  line-height: 1.3;
}

.footer-column a:hover,
.footer-column a:focus {
  color: #ff1f72;
}

.newsletter-bar {
  background: #ff1f72;
  border-top: 4px solid rgba(255,255,255,0.12);
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 101px;
  position: fixed;
  right: 0;
  z-index: 50;
}

.newsletter-inner {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 260px auto 360px 34px;
  min-height: 97px;
  position: relative;
}

.newsletter-model {
  align-self: end;
  background: url("50ba5003a60d1602665448-girl.webp") center bottom / contain no-repeat;
  height: 100px;
  justify-self: end;
  margin-right: 5px;
  position: relative;
  width: 96px;
}

.newsletter-copy {
  color: #fff;
  line-height: 1;
  min-width: 0;
}

.newsletter-copy strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.newsletter-copy span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-top: 5px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 115px;
}

.newsletter-form input {
  background: #17171f;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  color: #b2b2bb;
  font: inherit;
  font-size: 18px;
  height: 50px;
  padding: 0 12px;
}

.newsletter-form button {
  background: #ff1f72;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  height: 50px;
}

.newsletter-form button:hover,
.newsletter-form button:focus { background: #d70d55; }

.newsletter-close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.detail-page .newsletter-bar {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1100px) {
  .thumbs-item .page-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .deal-profile-layout { grid-template-columns: 1fr; }
  .deal-sponsored-sidebar { position: static; }
  .sponsored-card { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr 170px 170px; }
  .footer-brand-block { grid-column: 1 / -1; padding-top: 20px; }
  .newsletter-inner { grid-template-columns: 120px minmax(0, 1fr) 330px 34px; }
}

@media (max-width: 820px) {
  .intro-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-bar { align-items: flex-start; flex-direction: column; }
  .deal-profile-head,
  .deal-profile-columns { grid-template-columns: 1fr; }
  .deal-price-sidebar { position: static; }
  .deal-review-highlights ul { grid-template-columns: 1fr; }
  .footer-inner { gap: 24px; grid-template-columns: 1fr; }
  .footer-brand-block { padding-top: 0; }
  .site-footer { padding: 28px 0 120px; }
  .newsletter-inner { grid-template-columns: 1fr 32px; padding-bottom: 12px; padding-top: 12px; }
  .newsletter-model { display: none; }
  .newsletter-copy,
  .newsletter-form { grid-column: 1 / 2; }
  .newsletter-close { grid-column: 2; grid-row: 1; }
  .newsletter-form { grid-template-columns: 1fr 105px; }
}

@media (max-width: 620px) {
  .container { padding: 0 13px; }
  .intro-main,
  .intro-content,
  .deal-search,
  .filter-bar,
  .thumbs-item { max-width: 100%; }
  .topbar-inner { min-height: 40px; padding: 0; }
  .intro-section { padding: 24px 0 16px; }
  .intro-grid { gap: 20px; }
  .deal-search { border-radius: 12px; margin-bottom: 17px; }
  .intro-title { font-size: 32px; }
  .category-directory { padding: 30px 0 36px; }
  .category-heading h1 { font-size: 32px; }
  .category-heading h2 { font-size: 16px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 140px; }
  .info-page-card { padding: 24px 18px 30px; }
  .info-page-card h1 { font-size: 32px; }
  .intro-content p { line-height: 1.25; }
  .sort-dropdown { width: 195px; }
  .deal-profile-page { padding: 18px 0 28px; }
  .deal-profile-card { padding: 18px 14px 28px; }
  .deal-profile-head h1 { font-size: 32px; }
  .deal-profile-badge { justify-self: center; }
  .deal-join-button { font-size: 28px; height: 68px; }
  .deal-price-box strong { font-size: 62px; }
  .deal-countdown strong { font-size: 28px; }
  .thumbs-item .page-content { grid-template-columns: 1fr; }
  .img-holder { height: auto; }
  .img-holder .img { aspect-ratio: 405 / 228; height: auto; }
  .trust-panel { padding: 19px; }
  .info-content { padding: 16px 0 22px; }
  .info-content p { line-height: 1.18; }
  .footer-brand-mark { font-size: 76px; height: 66px; width: 76px; }
  .footer-brand-mark::after { height: 30px; right: 15px; top: 26px; width: 30px; }
  .footer-brand-name { font-size: 31px; }
  .footer-brand-block p { font-size: 15px; }
  .newsletter-copy strong { font-size: 24px; }
  .newsletter-copy span { font-size: 15px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form input,
  .newsletter-form button { height: 44px; }
}

/* Team Skeet detail page */
.deal-profile-page { background: #0f0f14; color: #f2f2f4; padding: 28px 0 42px; }
.deal-profile-layout { display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) 230px; position: relative; }
.deal-profile-card { background: #17171f; box-shadow: 0 2px 10px rgba(0,0,0,.14); padding: 24px 28px 42px; position: relative; }
.deal-profile-head { align-items: start; display: grid; gap: 20px; grid-template-columns: minmax(0,1fr) 130px; margin-bottom: 24px; }
.deal-profile-head h1 { color: #ff1f72; font-size: 38px; font-weight: 700; letter-spacing: -.04em; line-height: 1; margin: 16px 0 8px; }
.deal-profile-head p { color: #f2f2f4; font-size: 16px; line-height: 1.25; margin: 0; }
.deal-profile-head strong { color: #ff1f72; }
.deal-poster-card img.deal-poster-logo { position: absolute; right: 16px; bottom: 16px; width: 100px; height: 100px; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; background: #000; border: 3px solid #ff1f72; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35); z-index: 2; }
.deal-profile-badge { background: #ff1f72; border-radius: 0 0 0 18px; box-shadow: -10px 0 0 #ff1f72; color: #fff; justify-self: end; line-height: 1; padding: 10px 12px 14px; text-align: left; text-transform: uppercase; width: 122px; }
.deal-profile-badge span { display: block; font-size: 18px; }
.deal-profile-badge strong { color: #fff; display: block; font-size: 45px; letter-spacing: -.07em; }
.deal-profile-columns { align-items: start; display: grid; gap: 30px; grid-template-columns: 280px minmax(0,1fr); }
.deal-price-sidebar { align-self: start; position: sticky; text-align: center; top: 18px; z-index: 2; }
body.detail-page .deal-price-sidebar { position: sticky !important; top: 18px; }
body.detail-page .deal-price-sidebar.is-scroll-fixed,
body.detail-page .deal-sponsored-sidebar.is-scroll-fixed {
  position: sticky !important;
  top: 18px !important;
}

body.detail-page .deal-price-sidebar.is-scroll-bottom,
body.detail-page .deal-sponsored-sidebar.is-scroll-bottom {
  position: sticky !important;
  top: 18px !important;
}
.deal-join-button { align-items: center; background: #ff1f72; border-radius: 29px; color: #fff; display: flex; font-size: 34px; font-weight: 700; height: 80px; justify-content: center; letter-spacing: -.04em; margin-bottom: 10px; text-transform: uppercase; }
.deal-help { color: #9c9ca7; display: block; font-size: 17px; margin-bottom: 22px; }
.deal-price-box span, .deal-yearly span { color: #9c9ca7; display: block; font-size: 24px; }
.deal-price-box strong { color: #ff1f72; display: block; font-size: 66px; font-weight: 700; letter-spacing: -.07em; line-height: .9; margin: 6px 0 8px; }
.deal-price-box em { background: #ff1f72; border-radius: 14px; color: #fff; display: inline-block; font-size: 23px; font-style: normal; font-weight: 700; padding: 10px 21px; text-transform: uppercase; }
.deal-yearly { margin: 26px 0; }
.deal-yearly strong { color: #ff1f72; display: block; font-size: 38px; letter-spacing: -.05em; line-height: 1; }
.deal-yearly small { color: #9c9ca7; font-size: 19px; font-weight: 400; letter-spacing: 0; }
.deal-yearly p { color: #9c9ca7; font-size: 14px; margin: 4px 0 0; }
.deal-timer h3 { color: #f2f2f4; font-size: 20px; margin: 0 0 8px; }
.deal-countdown { align-items: center; background: #1c1c26; border-radius: 14px; display: flex; justify-content: center; padding: 14px 12px 10px; }
.deal-countdown span { min-width: 48px; }
.deal-countdown strong { display: block; font-size: 34px; line-height: .9; }
.deal-countdown em { color: #9c9ca7; display: block; font-size: 12px; font-style: normal; margin-top: 5px; }
.deal-countdown b { color: #9c9ca7; font-size: 28px; font-weight: 400; }
.deal-verified { margin-top: 30px; }
.deal-verified strong { color: #f2f2f4; display: block; font-size: 22px; }
.deal-verified span { color: #ff1f72; }
.deal-verified p { color: #b2b2bb; font-size: 16px; }
.deal-verified em { color: #9c9ca7; font-style: normal; }
.deal-main-content { min-width: 0; }
.deal-poster-card { box-shadow: 0 2px 12px rgba(0,0,0,.24); margin-bottom: 36px; position: relative; }
.deal-poster-card img { aspect-ratio: 625/352; object-fit: cover; width: 100%; }
.deal-poster-status { left: 0; position: absolute; top: 24px; }
.deal-poster-status span { color: #fff; display: block; font-size: 20px; font-weight: 700; line-height: 1; margin-bottom: 4px; padding: 10px 18px; text-transform: uppercase; width: max-content; }
.deal-poster-status .flash { background: #ff1f72; }
.deal-poster-status .bonus { background: #ff1f72; border-radius: 0 9px 9px 0; }
.deal-review-highlights h2, .deal-categories h2, .deal-review-copy h2, .deal-bonus-sites h2 { color: #f2f2f4; font-size: 27px; letter-spacing: -.04em; line-height: 1; margin: 0 0 18px; }
.deal-review-highlights ul { display: grid; gap: 10px 46px; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 0 0 34px; padding: 0 0 0 12px; }
.deal-review-highlights li { color: #ff1f72; font-size: 16px; font-weight: 700; position: relative; }
.deal-review-highlights li::before { background: #ff1f72; border-radius: 50%; content: ""; height: 8px; left: -12px; position: absolute; top: 7px; width: 8px; }
.deal-categories div, .deal-bonus-sites div { display: flex; flex-wrap: wrap; gap: 12px 8px; margin-bottom: 34px; }
.deal-categories a, .deal-bonus-sites a { background: #1c1c26; border-radius: 10px; color: #9c9ca7; font-size: 15px; font-weight: 700; padding: 10px 16px; }
.deal-review-copy { color: #d6d6dd; font-size: 16px; line-height: 1.55; margin-bottom: 34px; }
.deal-review-copy h3 { color: #f2f2f4; font-size: 16px; margin: 0 0 18px; text-decoration: underline; }
.deal-review-copy p { margin: 0 0 18px; }
.deal-sponsored-sidebar { align-self: start; position: sticky; top: 18px; z-index: 2; }
body.detail-page .deal-sponsored-sidebar { position: sticky !important; top: 18px; }
.sponsored-card { background: #0f0f14; min-height: 610px; padding: 28px 20px; text-align: center; }
.sponsored-brand { color: #e6e6eb; display: block; font-size: 34px; font-weight: 900; letter-spacing: -.07em; line-height: .9; text-transform: uppercase; }
.sponsored-brand span { color: #ff1f72; }
.sponsored-join { color: #e6e6eb; display: block; font-size: 19px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.sponsored-join b { color: #ff1f72; font-size: 35px; line-height: .9; }
.sponsored-join sup { font-size: 18px; }
.sponsored-card img { height: 210px; margin: 8px auto 4px; object-fit: contain; }
.sponsored-card strong { color: #e6e6eb; display: block; font-size: 76px; font-weight: 900; letter-spacing: -.08em; line-height: .82; text-transform: uppercase; }
.sponsored-card small { font-size: 42px; }
.sponsored-card em { display: block; font-size: 28px; font-style: normal; letter-spacing: -.04em; }
.sponsored-card p { background: #ff1f72; color: #fff; display: inline-block; font-size: 20px; font-weight: 900; margin: 10px 0 0; padding: 8px 10px; text-transform: uppercase; }
.deal-bottom-search { align-items: center; background: #17171f; border-radius: 14px; box-shadow: 0 3px 12px rgba(0,0,0,.14); display: flex; grid-column: 1/-1; height: 44px; margin: 10px auto 0; max-width: 100%; overflow: hidden; width: 100%; }
.deal-bottom-search input { border: 0; flex: 1; font: inherit; height: 100%; outline: 0; padding: 0 25px; }
.deal-bottom-search button { background: transparent; border: 0; color: #ff1f72; cursor: pointer; height: 44px; position: relative; width: 54px; }
.deal-bottom-search button::before { border: 2px solid currentColor; border-radius: 50%; content: ""; height: 15px; left: 16px; position: absolute; top: 12px; width: 15px; }
.deal-bottom-search button::after { background: currentColor; content: ""; height: 8px; left: 31px; position: absolute; top: 27px; transform: rotate(-45deg); width: 2px; }

.deal-related-cards {
  grid-column: 1 / -1;
  margin: 16px auto 0;
  max-width: 100%;
  width: 100%;
}

.deal-related-cards .page-content {
  gap: 12px;
}

/* "Sign Up" sits next to "Login" and is the one we want clicked */
.account-link--cta { background: #ff1f72; border-color: #ff1f72; color: #fff; }
.account-link--cta:hover,
.account-link--cta:focus { background: #d70d55; border-color: #d70d55; }

/* Google's own mark, kept at the size their branding guidance asks for */
.auth-google__logo { display: block; height: 18px; width: 18px; flex: 0 0 18px; }

/* Front page: the visitor's own saved deals, set off above the main grid */
.section-favs { border-bottom: 1px solid var(--line); padding-bottom: 26px; }
.section-favs .section-kicker { color: #ff1f72; }
.section-favs .filter-pills a { border-color: #ff1f72; color: #ff1f72; }
.section-favs .filter-pills a:hover,
.section-favs .filter-pills a:focus { background: #ff1f72; border-color: #ff1f72; color: #fff; }

/* Save-to-favourites heart */
.fav-form { margin: 0; }

.img-holder .fav-form {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.fav-btn {
  align-items: center;
  background: rgba(10, 10, 14, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
  width: 38px;
}

.fav-btn:hover,
.fav-btn:focus { border-color: #ff1f72; color: #ff1f72; }

.fav-btn.is-saved {
  background: #ff1f72;
  border-color: #ff1f72;
  color: #fff;
}

/* Deal page: the heart sits next to a label under the join button */
.deal-fav-row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 12px 0 4px;
}

.deal-fav-label { color: #a0a0ab; font-size: 14px; }

/* "Gift this deal to a friend" — a <details> panel under the save row. Quieter
   than the join button so it never competes with it, but still worth pressing. */
.deal-gift { margin: 10px 0 18px; }

.deal-gift__toggle {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  color: #cfcfd8;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  list-style: none;
  padding: 11px 14px;
  text-align: center;
}
.deal-gift__toggle::-webkit-details-marker { display: none; }
.deal-gift__toggle svg { flex: 0 0 auto; }
.deal-gift__toggle:hover,
.deal-gift[open] .deal-gift__toggle {
  background: rgba(255, 31, 114, .12);
  border-color: #ff1f72;
  color: #fff;
}

.deal-gift__form {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 16px 14px 14px;
}
.deal-gift__form label { color: #a0a0ab; display: block; font-size: 13px; font-weight: 700; margin-bottom: 12px; text-align: left; }
.deal-gift__form input {
  background: #0f0f14;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #f2f2f4;
  display: block;
  font-size: 15px;
  margin-top: 6px;
  padding: 10px 11px;
  width: 100%;
}
.deal-gift__form input:focus { border-color: #ff1f72; outline: none; }

.deal-gift__send {
  background: #ff1f72;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 18px;
  text-transform: uppercase;
  width: 100%;
}
.deal-gift__send:hover { background: #d70d55; }

.deal-gift__note { color: #7d7d88; font-size: 12px; margin: 10px 0 0; text-align: left; }

/* Off-screen rather than display:none — a bot reading the HTML still finds it. */
.deal-gift__trap { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }

.deal-gift__msg { border-radius: 8px; font-size: 14px; margin: 10px 0 0; padding: 10px 12px; text-align: left; }
.deal-gift__msg--ok  { background: rgba(56, 189, 106, .14); border: 1px solid #38bd6a; color: #8be0aa; }
.deal-gift__msg--bad { background: rgba(255, 31, 114, .14); border: 1px solid #ff1f72; color: #ff9dc0; }

/* Sticky join bar — mobile only. On desktop the price sidebar already follows
   the page, so this stays out of the way entirely. */
.deal-sticky-cta { display: none; }

@media (max-width: 820px) {
  .deal-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    background: #101219;
    border-top: 1px solid #2a2f3d;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.45);
  }

  .deal-sticky-cta__price {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    white-space: nowrap;
  }

  .deal-sticky-cta__price strong { color: #ff1f72; font-size: 22px; font-weight: 800; }
  .deal-sticky-cta__price del { color: #7f8798; font-size: 13px; }

  .deal-sticky-cta__btn {
    flex: 1;
    padding: 14px 18px;
    border-radius: 999px;
    background: #ff1f72;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
  }

  /* Keep the bar from covering the end of the page. */
  body.detail-page { padding-bottom: 86px; }

  /* The fixed newsletter bar eats too much of a phone screen — hide it, and
     drop the space the body was holding open for it. */
  .newsletter-bar { display: none; }
  body { padding-bottom: 0; }

  /* Discount badge: the desktop version is a flat block bled off the card edge,
     which looks cut-off on a phone. Here it becomes a self-contained pill. */
  .deal-profile-badge {
    width: auto;
    justify-self: center;
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    padding: 9px 18px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff1f72 0%, #ff4d5e 55%, #ff7a3d 100%);
    box-shadow: 0 6px 18px rgba(255, 31, 114, 0.38);
    text-align: left;
  }

  .deal-profile-badge span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    opacity: 0.92;
  }

  .deal-profile-badge strong {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
  }
}

/* Tabs over the related-deals strip */
.deal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.deal-tab {
  padding: 9px 18px;
  border: 1px solid #2a2f3d;
  border-radius: 999px;
  background: #161922;
  color: #cfd4df;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.deal-tab:hover { color: #fff; border-color: #3a4152; }

.deal-tab.is-active {
  background: #ff1f72;
  border-color: #ff1f72;
  color: #fff;
}

.deal-tab-panel[hidden] { display: none; }

@media (max-width: 1100px) {
  .deal-profile-layout { grid-template-columns: 1fr; }
  .deal-sponsored-sidebar { position: static; }
  body.detail-page .deal-sponsored-sidebar { position: static !important; }
  body.detail-page .deal-price-sidebar.is-scroll-fixed,
  body.detail-page .deal-sponsored-sidebar.is-scroll-fixed,
  body.detail-page .deal-price-sidebar.is-scroll-bottom,
  body.detail-page .deal-sponsored-sidebar.is-scroll-bottom { position: static !important; width: auto !important; }
  .sponsored-card { min-height: 0; }
}

@media (min-width: 1101px) {
  body.detail-page .deal-price-sidebar,
  body.detail-page .deal-sponsored-sidebar {
    position: sticky !important;
    top: 18px;
  }
}

@media (max-width: 820px) {
  .deal-profile-head,
  .deal-profile-columns { grid-template-columns: 1fr; }
  .deal-price-sidebar { position: static; }
  body.detail-page .deal-price-sidebar { position: static !important; }
  .deal-review-highlights ul { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .deal-profile-page { padding: 18px 0 28px; }
  .deal-profile-card { padding: 18px 14px 28px; }
  .deal-profile-head h1 { font-size: 32px; }
  .deal-profile-badge { justify-self: center; }
  .deal-join-button { font-size: 28px; height: 68px; }
  .deal-price-box strong { font-size: 62px; }
  .deal-countdown strong { font-size: 28px; }
}

@media (min-width: 821px) {
  body.detail-page,
  body.detail-page .site-shell,
  body.detail-page .deal-profile-page,
  body.detail-page .deal-profile-layout,
  body.detail-page .deal-profile-card,
  body.detail-page .deal-profile-columns {
    overflow: visible !important;
  }

  body.detail-page .deal-profile-layout,
  body.detail-page .deal-profile-columns {
    align-items: flex-start !important;
  }

  body.detail-page .deal-price-sidebar,
  body.detail-page .deal-sponsored-sidebar {
    align-self: flex-start !important;
    height: max-content;
    position: sticky !important;
    top: 18px !important;
    z-index: 20;
  }
}


/* ===== Pink & Black dark theme adjustments ===== */
.brand-mark::after { display: none; }
.brand-mark { letter-spacing: -0.01em; padding-right: 0; }
.item-fix { border: 1px solid rgba(255,255,255,0.06); }
.btn-thumb.now { background: #1c1c26; }
.btn-thumb.now:hover, .btn-thumb.now:focus { background: #26263a; filter: none; }
.content-status .bonus, .content-status .life, .deal-poster-status .bonus { background: #d70d55; }
.content-status .downloads { background: #ff4d8f; }
.season-link, .season-link:hover, .season-link:focus { color: #fff; }
.newsletter-form input { background: #17171f; color: #f2f2f4; border-color: rgba(255,255,255,0.15); }
.newsletter-form input::placeholder { color: #9c9ca7; }
.deal-search input, .deal-bottom-search input { color: #f2f2f4; }
.deal-search input::placeholder { color: #9c9ca7; }
.deal-bottom-search { border: 1px solid rgba(255,255,255,0.10); }
.category-count { border-left-color: #0d0d10; }
.deal-categories a:hover, .deal-bonus-sites a:hover { background: #d70d55; color: #fff; }
.info-content { border-bottom-color: rgba(255,255,255,0.10); }

/* Membership / pricing plans on the deal page */
.deal-memberships { margin-bottom: 34px; }
.deal-memberships h2 { color: #f2f2f4; font-size: 27px; letter-spacing: -.04em; line-height: 1; margin: 0 0 18px; }
.membership-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.membership-card { background: #17171f; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; display: flex; flex-direction: column; padding: 22px 18px; text-align: center; }
.membership-card h3 { color: #f2f2f4; font-size: 21px; font-weight: 700; letter-spacing: -.03em; margin: 0 0 8px; }
.membership-price { color: #ff1f72; font-size: 34px; font-weight: 700; letter-spacing: -.05em; line-height: 1; margin-bottom: 16px; }
.membership-price span { color: #9c9ca7; font-size: 15px; font-weight: 400; letter-spacing: 0; }
.membership-features { list-style: none; margin: 0 0 20px; padding: 0; text-align: left; }
.membership-features li { color: #c9c9d2; font-size: 14px; line-height: 1.5; margin-bottom: 6px; padding-left: 22px; position: relative; }
.membership-features li::before { color: #ff1f72; content: "\2713"; font-weight: 700; left: 0; position: absolute; }
.membership-btn { background: #ff1f72; border-radius: 8px; color: #fff; display: block; font-size: 15px; font-weight: 700; margin-top: auto; padding: 13px 14px; text-transform: uppercase; }
.membership-btn:hover, .membership-btn:focus { background: #d70d55; }
@media (max-width: 620px) { .membership-grid { grid-template-columns: 1fr; } }

/* Bonus sites that have their own child page */
.deal-bonus-sites a.bonus-linked { color: #ff1f72; }
.deal-bonus-sites a.bonus-linked::after { content: " \203A"; }

/* ===== Blog ===== */
.blog-archive, .blog-single { padding: 34px 0 48px; }
.blog-hero { margin-bottom: 28px; }
.blog-hero h1 { color: #f2f2f4; font-size: 38px; font-weight: 700; letter-spacing: -.04em; line-height: 1; margin: 4px 0 8px; }
.blog-hero p { color: #a0a0ab; font-size: 16px; margin: 0; max-width: 760px; }
.blog-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-card { background: #17171f; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; display: flex; flex-direction: column; overflow: hidden; }
.blog-card__media { aspect-ratio: 16 / 9; display: block; overflow: hidden; }
.blog-card__media img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
.blog-card:hover .blog-card__media img { transform: scale(1.05); }
.blog-card__body { display: flex; flex: 1; flex-direction: column; gap: 9px; padding: 16px 18px 18px; }
.blog-card__cat { align-self: flex-start; background: #ff1f72; border-radius: 4px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 4px 9px; text-transform: uppercase; }
.blog-card__title { color: #f2f2f4; font-size: 19px; font-weight: 700; letter-spacing: -.02em; line-height: 1.22; }
.blog-card:hover .blog-card__title { color: #ff1f72; }
.blog-card__excerpt { color: #a0a0ab; font-size: 14px; line-height: 1.5; margin: 0; }
.blog-card__meta { align-items: center; color: #7d7d88; display: flex; font-size: 13px; justify-content: space-between; margin-top: auto; padding-top: 6px; }
.blog-card__more { color: #ff1f72; font-weight: 700; }

.blog-single__inner { max-width: 860px; }
.blog-article__cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.blog-article__cats a { background: rgba(255, 31, 114, .15); border-radius: 4px; color: #ff1f72; font-size: 12px; font-weight: 700; padding: 5px 10px; text-transform: uppercase; }
.blog-article__cats a.is-season { background: rgba(255, 133, 176, .16); color: #ff85b0; }
.blog-article h1 { color: #f2f2f4; font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1.1; margin: 0 0 12px; }
.blog-article__meta { color: #7d7d88; font-size: 14px; margin-bottom: 22px; }
.blog-article__hero { margin: 0 0 26px; }
.blog-article__hero img { border-radius: 12px; width: 100%; }
.blog-article__body { color: #d0d0d8; font-size: 17px; line-height: 1.75; }
.blog-article__body h2 { color: #f2f2f4; font-size: 27px; letter-spacing: -.02em; margin: 32px 0 12px; }
.blog-article__body h3 { color: #f2f2f4; font-size: 21px; margin: 26px 0 10px; }
.blog-article__body p { margin: 0 0 18px; }
.blog-article__body a { color: #ff1f72; text-decoration: underline; }
.blog-article__body ul, .blog-article__body ol { margin: 0 0 18px; padding-left: 22px; }
.blog-article__body li { margin-bottom: 8px; }
.blog-article__body img { border-radius: 10px; height: auto; margin: 8px 0; }
.blog-related, .blog-related-deals { margin-top: 42px; }
.blog-related .section-title, .blog-related-deals .section-title { color: #f2f2f4; font-size: 24px; letter-spacing: -.02em; margin-bottom: 18px; }

@media (max-width: 1100px) { .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } .blog-article h1 { font-size: 30px; } }

/* ===== Pagination ===== */
.deal-pagination { margin-top: 32px; }
.deal-pagination ul { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.deal-pagination li { margin: 0; }
.deal-pagination li .page-numbers {
  align-items: center;
  background: #17171f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #f2f2f4;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 16px;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.deal-pagination li a.page-numbers:hover,
.deal-pagination li a.page-numbers:focus { background: #ff1f72; border-color: #ff1f72; color: #fff; }
.deal-pagination li .page-numbers.current { background: #ff1f72; border-color: #ff1f72; color: #fff; }
.deal-pagination li .page-numbers.dots { background: transparent; border-color: transparent; }

/* Accounts / Auth */
.auth-wrap { margin: 0 auto; max-width: 760px; }
.auth-error { background: rgba(255, 31, 114, .14); border: 1px solid #ff1f72; border-radius: 8px; color: #ff9dc0; margin-bottom: 18px; padding: 12px 16px; }
.auth-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.auth-card { background: #17171f; border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; padding: 24px; }
.auth-card h2 { color: #f2f2f4; font-size: 22px; margin: 0 0 16px; }
.auth-card label { color: #a0a0ab; display: block; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.auth-card input, .auth-card select { background: #0f0f14; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; color: #f2f2f4; display: block; font-size: 15px; margin-top: 6px; padding: 11px 12px; width: 100%; }
.auth-card input:focus, .auth-card select:focus { border-color: #ff1f72; outline: none; }
.auth-btn { background: #ff1f72; border: 0; border-radius: 8px; color: #fff; cursor: pointer; display: inline-block; font-size: 15px; font-weight: 700; margin-top: 8px; padding: 12px 22px; text-align: center; text-transform: uppercase; }
.auth-btn:hover, .auth-btn:focus { background: #d70d55; }
.auth-muted { color: #a0a0ab; }
.auth-google { align-items: center; background: #fff; border-radius: 8px; color: #1a1a1a; display: flex; font-size: 16px; font-weight: 700; gap: 10px; justify-content: center; margin-bottom: 18px; padding: 13px; }
.auth-google:hover { background: #f0f0f0; }
.auth-google__g { color: #4285f4; font-weight: 900; }
.auth-or { border-top: 1px solid rgba(255, 255, 255, .12); margin: 8px 0 22px; position: relative; text-align: center; }
.auth-or span { background: #17171f; color: #7d7d88; padding: 0 12px; position: relative; top: -11px; }

/* The link across to the other form. It sits outside the card, on its own, so
   it is not read as part of the form — and it is the only route to the other
   page now that the header carries a single Account button. */
.auth-switch {
  color: #a0a0ab;
  font-size: 15px;
  margin: 18px 0 0;
  text-align: center;
}
.auth-switch a {
  color: #ff1f72;
  font-weight: 800;
  margin-left: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-switch a:hover,
.auth-switch a:focus { color: #ff5c96; }
.auth-switch__note { color: #7d7d88; display: block; font-size: 13px; margin-top: 6px; }
.account-link { border: 1px solid rgba(255, 255, 255, .25); border-radius: 13px; color: #f2f2f4; font-size: 13px; font-weight: 700; padding: 12px 16px; text-transform: uppercase; white-space: nowrap; }
.account-link:hover, .account-link:focus { background: #ff1f72; border-color: #ff1f72; color: #fff; }

/* The single account button: icon, then the word "Account" or the member's
   own name, then how many deals they have saved. */
.account-link { align-items: center; display: inline-flex; gap: 8px; }
.account-link__icon { flex: 0 0 auto; }

/* A long display name must not push the navigation around. */
.account-link .account-name { display: inline-block; max-width: 12ch; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; }

.account-link__count {
  background: rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  min-width: 18px;
  padding: 4px 6px;
  text-align: center;
}

/* ===================== Responsive header (hamburger) ===================== */
/* Wide screens: keep the nav + actions on one compact line, never wrapping.
   The header also gets a tighter gutter than the 7% content margin so the full
   menu has room to fit on common laptops (1366px) without wrapping. */
@media (min-width: 1301px) {
  .site-header > .container { padding-left: 26px; padding-right: 26px; }
  .header-inner { gap: 16px; }
  .main-nav .menu-list { flex-wrap: nowrap; gap: 4px; }
  .main-nav a { padding: 0 12px; white-space: nowrap; }
  .header-actions { flex-wrap: nowrap; }
}

/* Tablet and below: collapse nav + actions behind a hamburger. */
@media (max-width: 1300px) {
  .header-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; min-height: 64px; }
  .brand { order: 1; margin-right: auto; }
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; order: 2; }

  .main-nav,
  .header-actions {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .28s ease, opacity .2s ease;
  }
  .site-header.nav-open .main-nav { max-height: 75vh; overflow-y: auto; opacity: 1; }
  .site-header.nav-open .header-actions { max-height: 320px; opacity: 1; padding: 2px 0 16px; }

  .main-nav { flex-direction: column; align-items: stretch; justify-content: flex-start; }
  .main-nav .menu-list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; flex-wrap: nowrap; }
  .main-nav a { width: 100%; min-height: 52px; justify-content: flex-start; padding: 0 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .main-nav a.is-active::before { display: none; }

  .header-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .header-actions a { text-align: center; justify-content: center; }

  /* Hamburger → X animation when open. */
  .site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

/* Small phones: shrink the brand a touch. */
@media (max-width: 480px) {
  .brand { font-size: 19px; }
  .brand-mark { width: 50px; height: 44px; font-size: 28px; }
  .brand-name { font-size: 15px; }
  .container { padding: 0 5%; }
}
@media (max-width: 640px) { .auth-grid { grid-template-columns: 1fr; } }

/* Age verification gate */
.age-gate { align-items: center; background: rgba(6, 6, 10, 0.97); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 99999; }
html.age-verified .age-gate { display: none; }
.age-gate__card { background: #17171f; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6); max-width: 460px; padding: 34px 30px; text-align: center; width: 100%; }
.age-gate__mark { background: #ff1f72; border-radius: 10px; color: #fff; display: inline-block; font-size: 26px; font-weight: 900; letter-spacing: -0.03em; padding: 8px 16px; }
.age-gate__card h2 { color: #f2f2f4; font-size: 25px; font-weight: 700; letter-spacing: -0.02em; margin: 16px 0 10px; }
.age-gate__card p { color: #a0a0ab; font-size: 15px; line-height: 1.55; margin: 0 0 20px; }
.age-gate__card p strong { color: #f2f2f4; }
.age-gate__actions { display: flex; flex-direction: column; gap: 10px; }
.age-gate__enter { background: #ff1f72; border: 0; border-radius: 10px; color: #fff; cursor: pointer; font-size: 16px; font-weight: 700; padding: 15px; text-transform: uppercase; }
.age-gate__enter:hover { background: #d70d55; }
.age-gate__leave { background: transparent; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; color: #a0a0ab; cursor: pointer; font-size: 14px; font-weight: 700; padding: 13px; }
.age-gate__leave:hover { border-color: #fff; color: #fff; }
.age-gate__note { color: #6d6d78 !important; font-size: 12px !important; margin: 16px 0 0 !important; }

/* Lead-capture popup (deal pages) */
.lead-popup { align-items: center; display: flex; inset: 0; justify-content: center; opacity: 0; padding: 20px; position: fixed; transition: opacity .25s ease; visibility: hidden; z-index: 9000; }
.lead-popup.is-open { opacity: 1; visibility: visible; }
.lead-popup__overlay { background: rgba(6, 6, 10, 0.82); inset: 0; position: absolute; }
.lead-popup__card { background: #17171f; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6); max-width: 420px; padding: 30px 28px 26px; position: relative; text-align: center; transform: translateY(14px) scale(.98); transition: transform .25s ease; width: 100%; }
.lead-popup.is-open .lead-popup__card { transform: none; }
.lead-popup__close { background: transparent; border: 0; color: #8a8a95; cursor: pointer; font-size: 26px; line-height: 1; padding: 4px 8px; position: absolute; right: 10px; top: 8px; }
.lead-popup__close:hover { color: #fff; }
.lead-popup__head { align-items: center; display: flex; flex-direction: column; gap: 12px; margin-bottom: 14px; }
.lead-popup__logo { background: #000; border: 3px solid #ff1f72; border-radius: 50%; height: 84px; object-fit: cover; width: 84px; }
.lead-popup__title { color: #f2f2f4; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.lead-popup__intro { color: #a0a0ab; font-size: 14.5px; line-height: 1.55; margin: 0 0 18px; }
.lead-popup__intro strong { color: #ff1f72; }
.lead-popup__form { display: flex; flex-direction: column; gap: 10px; }
.lead-popup__form input { background: #0e0e14; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 10px; color: #f2f2f4; font-size: 15px; padding: 14px 16px; width: 100%; }
.lead-popup__form input:focus { border-color: #ff1f72; outline: none; }
.lead-popup__form button { background: #ff1f72; border: 0; border-radius: 10px; color: #fff; cursor: pointer; font-size: 16px; font-weight: 800; padding: 15px; text-transform: uppercase; transition: background .15s ease; }
.lead-popup__form button:hover { background: #d70d55; }
.lead-popup__form button:disabled { opacity: .6; cursor: default; }
.lead-popup__msg { font-size: 14px; font-weight: 700; margin: 12px 0 0; }
.lead-popup__msg.is-ok { color: #37d67a; }
.lead-popup__msg.is-err { color: #ff5c7a; }
.lead-popup__msg:empty { display: none; }
.lead-popup__note { color: #6d6d78; font-size: 12px; margin: 14px 0 0; }

/* 404 */
.error-404 { padding: 60px 0 80px; text-align: center; }
.error-404__inner { margin: 0 auto; max-width: 640px; }
.error-404 h1 { color: #f2f2f4; font-size: 44px; font-weight: 700; letter-spacing: -.03em; margin: 8px 0 12px; }
.error-404 p { color: #a0a0ab; font-size: 16px; margin: 0 0 24px; }
.error-404 .deal-search { margin: 0 auto 24px; max-width: 480px; }
.error-404__links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

/* Misc fixes */
.deal-bonus-sites a.bonus-linked:hover,
.deal-bonus-sites a.bonus-linked:focus { color: #fff; }
.deal-search:focus-within { border-color: #ff1f72; box-shadow: 0 0 0 2px rgba(255, 31, 114, .25); }
.best-offer { display: block; }
.best-offer img { border-radius: 6px; display: block; width: 100%; }
.best-offer-btn {
  display: block;
  margin-top: 12px;
  padding: 14px 18px;
  background: var(--accent, #ff1f72);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 6px;
  transition: background .15s ease, transform .15s ease;
}
.best-offer-btn:hover { background: #e00d5e; color: #fff; transform: translateY(-1px); }

/* ---------------------------------------------------------------------------
   Best-offer ("sponsored") sidebar — parked at the top of its column.
   It used to be sticky with no bottom boundary, so on long pages it travelled
   down and sat on top of the related-deals grid. A tall uploaded image made it
   worse by overflowing its grid row, so the image is capped too.
   These override the earlier sticky rules, hence the !important.
   --------------------------------------------------------------------------- */
.deal-sponsored-sidebar,
body.detail-page .deal-sponsored-sidebar,
body.detail-page .deal-sponsored-sidebar.is-scroll-fixed,
body.detail-page .deal-sponsored-sidebar.is-scroll-bottom {
  position: static !important;
  top: auto !important;
  left: auto !important;
  align-self: start !important;
  z-index: auto !important;
}
.best-offer img { max-height: 620px; object-fit: contain; }

/* Promo banners / ad code on the offer page — each in its own sized container */
.deal-promo-banner { margin: 26px 0 6px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: flex-start; }
.deal-promo-banner__item { flex: 0 0 auto; max-width: 100%; overflow-x: auto; overflow-y: hidden; line-height: 0; }
.deal-promo-banner__item > a { display: block; }
.deal-promo-banner__item iframe { border: 0; display: block; overflow: hidden; }
.deal-promo-banner__item img { max-width: 100%; height: auto; display: block; }
