/*
 * Nerad Tips landing page styles.
 * Generated from the responsive design source. Edit app/globals.css and run
 * npm run wordpress:css to rebuild this file.
 */

.nerad-landing {
  --font-inter: 'Inter', Arial, sans-serif;
  --font-oswald: 'Oswald', 'Arial Narrow', sans-serif;
  width: 100%;
  overflow: clip;
}
.nerad-landing,
.nerad-landing.dark {
  --background: #050606;
  --foreground: #f7f7f5;
  --card: #101111;
  --card-foreground: #f7f7f5;
  --primary: #f3f3f0;
  --primary-foreground: #080909;
  --secondary: #202121;
  --secondary-foreground: #f7f7f5;
  --muted: #181919;
  --muted-foreground: #a6a7a3;
  --border: rgba(255, 255, 255, 0.2);
  --ring: #c99a3c;
  --gold: #c99a3c;
  --gold-light: #edc76f;
  --violet: #7d2ea8;
  --ink: #050606;
  --shell: min(1180px, calc(100% - 48px));
}

.nerad-landing, .nerad-landing * {
  box-sizing: border-box;
}

.nerad-landing {
  scroll-behavior: smooth;
  background: var(--background);
}

.nerad-landing {
  margin: 0;
  min-width: 320px;
  color: var(--foreground);
  background:
    radial-gradient(circle at 50% 35%, rgba(124, 43, 167, 0.08), transparent 26rem),
    #050606;
  font-family: var(--font-inter), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.nerad-landing a {
  color: inherit;
  text-decoration: none;
}

.nerad-landing button,
.nerad-landing a,
.nerad-landing summary {
  -webkit-tap-highlight-color: transparent;
}

.nerad-landing a:focus-visible,
.nerad-landing summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.nerad-landing .shell {
  width: var(--shell);
  margin-inline: auto;
}

.nerad-landing .hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #030404;
}

.nerad-landing .hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: '';
  background:
    linear-gradient(90deg, #020303 0%, rgba(2, 3, 3, 0.96) 30%, rgba(2, 3, 3, 0.34) 63%, rgba(2, 3, 3, 0.4) 100%),
    linear-gradient(0deg, #050606 0%, transparent 38%);
}

.nerad-landing .hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  pointer-events: none;
}

.nerad-landing .site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  min-height: 86px;
}

.nerad-landing .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nerad-landing .brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nerad-landing .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 38px);
}

.nerad-landing .desktop-nav a {
  position: relative;
  padding-block: 12px;
  color: #dadbd8;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nerad-landing .desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: '';
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nerad-landing .desktop-nav a:hover {
  color: white;
}

.nerad-landing .desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nerad-landing .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 180ms ease;
}

.nerad-landing .header-cta:hover {
  color: #080909;
  background: white;
}

.nerad-landing .header-cta svg {
  width: 15px;
}

.nerad-landing .mobile-nav {
  display: none;
}

.nerad-landing .hero-visuals,
.nerad-landing .hero-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
}

.nerad-landing .hero-car {
  position: absolute;
  top: -8%;
  right: -1%;
  width: 72%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 70%;
  filter: grayscale(0.64) contrast(1.2) brightness(0.65);
}

.nerad-landing .hero-team {
  position: absolute;
  top: 25px;
  right: 0;
  width: 35%;
  height: 73%;
  object-fit: cover;
  object-position: 62% center;
  mix-blend-mode: screen;
  opacity: 0.42;
  filter: grayscale(1) contrast(1.3) brightness(0.7);
  -webkit-mask-image: linear-gradient(to bottom, black 10%, black 63%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 10%, black 63%, transparent 100%);
}

.nerad-landing .hero-grid {
  z-index: -3;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 82px 82px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 40%, transparent 90%);
  mask-image: linear-gradient(to bottom, transparent, black 40%, transparent 90%);
  transform: perspective(500px) rotateX(58deg) scale(1.8) translateY(26%);
}

.nerad-landing .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 570px;
  padding-bottom: 55px;
}

.nerad-landing .hero-copy {
  width: min(660px, 56vw);
}

.nerad-landing .kicker,
.nerad-landing .eyebrow {
  margin: 0 0 10px;
  color: #e7e7e4;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.nerad-landing .kicker::after {
  display: inline-block;
  width: 52px;
  height: 1px;
  margin: 0 0 3px 14px;
  content: '';
  background: linear-gradient(90deg, var(--violet), transparent);
  box-shadow: 0 0 13px #a73ddb;
}

.nerad-landing h1,
.nerad-landing h2,
.nerad-landing h3,
.nerad-landing p {
  text-wrap: pretty;
}

.nerad-landing .hero h1,
.nerad-landing .section-heading h2 {
  margin: 0;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-weight: 650;
  text-transform: uppercase;
}

.nerad-landing .hero h1 {
  max-width: 700px;
  font-size: clamp(62px, 6.2vw, 96px);
  line-height: 0.93;
  letter-spacing: -0.025em;
}

.nerad-landing .hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.66);
}

.nerad-landing .hero-lead {
  max-width: 540px;
  margin: 24px 0 0;
  color: #d5d6d2;
  font-size: 15px;
  line-height: 1.72;
}

.nerad-landing .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nerad-landing .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.nerad-landing .button:hover {
  transform: translateY(-2px);
}

.nerad-landing .button svg {
  width: 16px;
  height: 16px;
}

.nerad-landing .button-primary {
  color: #080909;
  border-color: white;
  background: white;
}

.nerad-landing .button-primary:hover {
  border-color: var(--gold-light);
  background: var(--gold-light);
}

.nerad-landing .button-ghost {
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.nerad-landing .button-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nerad-landing .scroll-cue {
  position: absolute;
  right: 50%;
  bottom: 23px;
  z-index: 5;
  display: grid;
  place-items: center;
  gap: 9px;
  transform: translateX(50%);
  color: #c9cac7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.nerad-landing .scroll-cue i {
  width: 1px;
  height: 28px;
  background: linear-gradient(white, transparent);
}

.nerad-landing .section {
  position: relative;
  padding: 82px 0 96px;
}

.nerad-landing .memberships {
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 20%, rgba(125, 46, 168, 0.09), transparent 27rem),
    linear-gradient(#050606, #080909);
}

.nerad-landing .memberships::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: 0.08;
  background-image: linear-gradient(118deg, transparent 30%, white 30.1%, transparent 30.3%);
  background-size: 240px 240px;
  pointer-events: none;
}

.nerad-landing .section-heading {
  position: relative;
  z-index: 1;
}

.nerad-landing .section-heading.centered {
  text-align: center;
}

.nerad-landing .section-heading .eyebrow {
  margin-bottom: 2px;
  color: #aaa9a5;
  font-size: 10px;
  letter-spacing: 0.42em;
}

.nerad-landing .section-heading h2 {
  font-size: clamp(42px, 5vw, 65px);
  line-height: 1;
}

.nerad-landing .pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.nerad-landing .price-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.017));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease;
}

.nerad-landing .price-card:hover {
  border-color: rgba(255, 255, 255, 0.57);
  transform: translateY(-4px);
}

.nerad-landing .price-card.featured {
  border-color: var(--gold);
  box-shadow: 0 0 40px rgba(201, 154, 60, 0.09), inset 0 1px rgba(255, 255, 255, 0.06);
}

.nerad-landing .price-card-watermark {
  position: absolute;
  top: 10px;
  right: -18px;
  width: 122px;
  height: 122px;
  opacity: 0.065;
}

.nerad-landing .price-card-watermark img {
  width: 100%;
  height: 100%;
}

.nerad-landing .best-value {
  position: absolute;
  top: 20px;
  right: -42px;
  z-index: 2;
  width: 160px;
  padding: 7px 0;
  color: #0b0b0a;
  background: linear-gradient(90deg, #b9872a, #efcb71);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
}

.nerad-landing .price-card header h3 {
  margin: 0;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nerad-landing .price-card header p {
  margin: 2px 0 0;
  color: #9e9f9b;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nerad-landing .price-line {
  display: flex;
  align-items: baseline;
  min-height: 85px;
  margin-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nerad-landing .price-line strong {
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: 55px;
  font-weight: 550;
  line-height: 1;
}

.nerad-landing .featured .price-line strong,
.nerad-landing .featured .price-line b {
  color: var(--gold-light);
}

.nerad-landing .price-line .currency {
  margin-left: 4px;
  font-size: 17px;
  font-weight: 700;
}

.nerad-landing .price-line b {
  margin-left: 10px;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.nerad-landing .price-line small {
  margin-left: auto;
  color: #777873;
  font-size: 9px;
}

.nerad-landing .price-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 25px;
  padding: 0;
  color: #d3d4d0;
  font-size: 11px;
  list-style: none;
}

.nerad-landing .price-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.nerad-landing .price-card li svg {
  width: 14px;
  height: 14px;
  padding: 2px;
  border-radius: 50%;
  color: #080909;
  background: #d8d9d4;
  stroke-width: 3;
}

.nerad-landing .price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin-top: auto;
  color: #080909;
  border-radius: 3px;
  background: #f4f4f1;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.nerad-landing .price-cta:hover {
  background: white;
  transform: translateY(-2px);
}

.nerad-landing .featured .price-cta {
  background: linear-gradient(90deg, #bc8b2f, #e2b955);
}

.nerad-landing .price-cta svg {
  width: 14px;
  height: 14px;
}

.nerad-landing .price-cta svg:last-child {
  margin-left: 5px;
}

.nerad-landing .news {
  padding-top: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(125, 46, 168, 0.12), transparent 26rem),
    #080909;
}

.nerad-landing .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.nerad-landing .news-card {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  isolation: isolate;
  background: #111;
}

.nerad-landing .news-bg,
.nerad-landing .news-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nerad-landing .news-bg {
  z-index: -2;
  object-fit: cover;
  filter: grayscale(0.45) contrast(1.15) brightness(0.62);
  transition: transform 450ms ease, filter 450ms ease;
}

.nerad-landing .news-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 5, 5, 0.92), rgba(4, 5, 5, 0.12)),
    linear-gradient(0deg, rgba(4, 5, 5, 0.9), transparent 70%);
}

.nerad-landing .news-card:hover .news-bg {
  filter: grayscale(0.2) contrast(1.2) brightness(0.74);
  transform: scale(1.035);
}

.nerad-landing .news-content {
  display: flex;
  min-height: 205px;
  flex-direction: column;
  padding: 24px;
}

.nerad-landing .news-card h3 {
  max-width: 250px;
  margin: 0 0 13px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.nerad-landing .tip-badge {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(198, 107, 232, 0.38);
  border-radius: 3px;
  background: rgba(105, 31, 139, 0.76);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nerad-landing .news-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.nerad-landing .news-meta > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #c1c2be;
  font-size: 10px;
  font-weight: 650;
}

.nerad-landing .news-meta > span svg {
  width: 13px;
  height: 13px;
}

.nerad-landing .team-marks {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nerad-landing .team-marks b {
  display: grid;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #111;
  background: #ecece8;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.55);
  font-family: var(--font-oswald), sans-serif;
  font-size: 11px;
  place-items: center;
}

.nerad-landing .team-marks b:last-child {
  color: #f0c63e;
  border-color: #e5b900;
  background: #111;
}

.nerad-landing .team-marks i {
  color: #8b8b87;
  font-style: normal;
  font-weight: 700;
}

.nerad-landing .center-action {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}

.nerad-landing .center-action .button {
  min-height: 40px;
  padding-inline: 30px;
}

.nerad-landing .statistics {
  padding-top: 22px;
  background:
    linear-gradient(90deg, rgba(125, 46, 168, 0.04), transparent 40%),
    #080909;
}

.nerad-landing .stats-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
}

.nerad-landing .stats-image-wrap {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  isolation: isolate;
}

.nerad-landing .stats-image-wrap::after {
  position: absolute;
  inset: 0;
  content: '';
  box-shadow: inset 0 0 80px 20px #060707;
  pointer-events: none;
}

.nerad-landing .stats-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) saturate(0.78) brightness(0.75);
}

.nerad-landing .image-label {
  position: absolute;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  padding: 7px 10px;
  border-left: 2px solid var(--gold);
  color: #d6d7d3;
  background: rgba(0, 0, 0, 0.42);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nerad-landing .stats-copy .section-heading h2 {
  font-size: clamp(49px, 5vw, 68px);
}

.nerad-landing .section-copy {
  margin: 18px 0 0;
  color: #bfc0bc;
  font-size: 13px;
  line-height: 1.72;
}

.nerad-landing .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.nerad-landing .stat-box {
  display: grid;
  min-height: 78px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.015);
  text-align: center;
}

.nerad-landing .stat-box strong {
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.1;
}

.nerad-landing .stat-box span {
  margin-top: 5px;
  color: #b8b9b4;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nerad-landing .stats-button {
  min-height: 42px;
  margin-top: 17px;
}

.nerad-landing .rules {
  overflow: hidden;
  padding-top: 48px;
  background: #070808;
}

.nerad-landing .rules::before {
  position: absolute;
  inset: 0;
  content: '';
  opacity: 0.12;
  background:
    linear-gradient(135deg, transparent 48%, rgba(255, 255, 255, 0.06) 48.2%, transparent 48.5%),
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.08), transparent 34rem);
  background-size: 190px 190px, auto;
}

.nerad-landing .rules-heading,
.nerad-landing .rules-grid,
.nerad-landing .trust-strip {
  position: relative;
  z-index: 1;
}

.nerad-landing .rules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 82px);
  margin-top: 32px;
}

.nerad-landing .rule-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: start;
  gap: 22px;
}

.nerad-landing .rule-icon {
  display: grid;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #b5b6b2;
  place-items: center;
}

.nerad-landing .rule-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.35;
}

.nerad-landing .rule-card h3 {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nerad-landing .rule-card p {
  margin: 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.68;
}

.nerad-landing .trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
}

.nerad-landing .trust-strip span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #bfc0bc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nerad-landing .trust-strip span:last-child {
  border-right: 0;
}

.nerad-landing .trust-strip svg {
  width: 17px;
  color: var(--gold-light);
}

.nerad-landing .shop {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  isolation: isolate;
  background: #070808;
}

.nerad-landing .shop-bg,
.nerad-landing .shop-shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
}

.nerad-landing .shop-bg {
  object-fit: cover;
  object-position: center 55%;
  filter: grayscale(1) contrast(1.2) brightness(0.52);
}

.nerad-landing .shop-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, #070808 0%, rgba(7, 8, 8, 0.92) 27%, rgba(7, 8, 8, 0.2) 64%, #070808 100%),
    linear-gradient(0deg, #070808, transparent 50%, #070808);
}

.nerad-landing .shop-watch {
  position: absolute;
  right: 12%;
  bottom: -30%;
  z-index: -1;
  width: 245px;
  max-height: 410px;
  object-fit: contain;
  opacity: 0.48;
  filter: grayscale(0.65) contrast(1.15) brightness(0.7);
  transform: rotate(14deg);
}

.nerad-landing .shop-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 360px;
}

.nerad-landing .shop-copy {
  max-width: 360px;
}

.nerad-landing .shop-copy h2 {
  margin: -5px 0 10px;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: 66px;
  font-weight: 650;
  line-height: 1;
  text-transform: uppercase;
}

.nerad-landing .shop-copy > p:not(.eyebrow) {
  margin: 0 0 23px;
  color: #c5c6c2;
  font-size: 13px;
  line-height: 1.65;
}

.nerad-landing .shop-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: auto;
  color: #c89b42;
  font-family: var(--font-oswald), sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.7;
}

.nerad-landing .shop-mark img {
  width: 110px;
  height: 110px;
}

.nerad-landing .final-cta {
  padding: 45px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent),
    #090a0a;
}

.nerad-landing .cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.nerad-landing .cta-row .eyebrow {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 9px;
}

.nerad-landing .cta-row h2 {
  margin: 0;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.nerad-landing .cta-row p:not(.eyebrow) {
  margin: 8px 0 0;
  color: #a9aaa6;
  font-size: 12px;
}

.nerad-landing .cta-button {
  min-width: 265px;
}

.nerad-landing .site-footer {
  padding: 30px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #b9bab7;
  background: #060707;
}

.nerad-landing .footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 30px;
}

.nerad-landing .footer-top .brand {
  color: white;
}

.nerad-landing .footer-top .brand img {
  width: 34px;
  height: 34px;
}

.nerad-landing .footer-top > p {
  margin: 0;
  font-size: 9px;
}

.nerad-landing .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nerad-landing .socials a {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  place-items: center;
  transition: color 180ms ease, border-color 180ms ease;
}

.nerad-landing .socials a:hover {
  color: var(--gold-light);
  border-color: var(--gold);
}

.nerad-landing .socials svg {
  width: 14px;
}

.nerad-landing .footer-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nerad-landing .footer-nav a {
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nerad-landing .footer-nav a:hover {
  color: white;
}

.nerad-landing .footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #6f706d;
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nerad-landing .footer-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nerad-landing .footer-bottom svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 980px) {
  .nerad-landing {
    --shell: min(100% - 36px, 760px);
  }

  .nerad-landing .site-header {
    grid-template-columns: 1fr auto;
  }

  .nerad-landing .desktop-nav,
.nerad-landing .header-cta {
    display: none;
  }

  .nerad-landing .mobile-nav {
    position: relative;
    display: block;
  }

  .nerad-landing .mobile-nav summary {
    display: grid;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    place-items: center;
    list-style: none;
  }

  .nerad-landing .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .nerad-landing .mobile-nav-panel {
    position: absolute;
    top: 50px;
    right: 0;
    display: grid;
    width: min(78vw, 310px);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background: rgba(8, 9, 9, 0.96);
    box-shadow: 0 20px 60px black;
    backdrop-filter: blur(16px);
  }

  .nerad-landing .mobile-nav-panel a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .nerad-landing .mobile-nav-panel .mobile-join {
    margin-top: 8px;
    color: #080909;
    border: 0;
    border-radius: 3px;
    background: white;
    text-align: center;
  }

  .nerad-landing .hero-copy {
    width: min(650px, 80vw);
  }

  .nerad-landing .hero-car {
    right: -30%;
    width: 100%;
    opacity: 0.72;
  }

  .nerad-landing .hero-team {
    right: -9%;
    width: 48%;
  }

  .nerad-landing .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nerad-landing .news-content {
    padding: 19px;
  }

  .nerad-landing .news-card h3 {
    font-size: 15px;
  }

  .nerad-landing .team-marks b {
    width: 34px;
    height: 34px;
    font-size: 9px;
  }

  .nerad-landing .stats-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nerad-landing .stats-image-wrap {
    min-height: 410px;
  }

  .nerad-landing .stats-grid {
    max-width: 650px;
  }

  .nerad-landing .rules-grid {
    gap: 34px;
  }

  .nerad-landing .rule-card {
    grid-template-columns: 62px 1fr;
    gap: 16px;
  }

  .nerad-landing .rule-icon {
    width: 62px;
    height: 62px;
  }

  .nerad-landing .rule-icon svg {
    width: 28px;
  }

  .nerad-landing .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .nerad-landing .trust-strip span:nth-child(2) {
    border-right: 0;
  }

  .nerad-landing .trust-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nerad-landing .shop-mark {
    font-size: 44px;
  }

  .nerad-landing .shop-mark img {
    width: 84px;
    height: 84px;
  }

  .nerad-landing .shop-watch {
    right: 2%;
  }

  .nerad-landing .cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .nerad-landing .footer-top {
    grid-template-columns: auto 1fr auto;
  }

  .nerad-landing .footer-nav {
    grid-column: 1 / -1;
    justify-content: center;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 620px) {
  .nerad-landing {
    --shell: calc(100% - 28px);
  }

  .nerad-landing .hero {
    min-height: 700px;
  }

  .nerad-landing .site-header {
    min-height: 72px;
  }

  .nerad-landing .brand {
    font-size: 15px;
  }

  .nerad-landing .brand img {
    width: 36px;
    height: 36px;
  }

  .nerad-landing .hero::before {
    background:
      linear-gradient(90deg, rgba(2, 3, 3, 0.96), rgba(2, 3, 3, 0.53)),
      linear-gradient(0deg, #050606, transparent 55%);
  }

  .nerad-landing .hero-car {
    top: 0;
    right: -40%;
    width: 145%;
    height: 100%;
    object-position: 50% 65%;
    opacity: 0.62;
  }

  .nerad-landing .hero-team {
    top: 53px;
    right: -28%;
    width: 90%;
    height: 62%;
    opacity: 0.29;
  }

  .nerad-landing .hero-content {
    align-items: end;
    min-height: 535px;
    padding-bottom: 46px;
  }

  .nerad-landing .hero-copy {
    width: 100%;
  }

  .nerad-landing .kicker {
    font-size: 10px;
  }

  .nerad-landing .hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .nerad-landing .hero-lead {
    max-width: 95%;
    margin-top: 19px;
    font-size: 13px;
    line-height: 1.6;
  }

  .nerad-landing .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 340px);
    gap: 10px;
    margin-top: 22px;
  }

  .nerad-landing .button {
    min-height: 46px;
  }

  .nerad-landing .scroll-cue {
    display: none;
  }

  .nerad-landing .section {
    padding: 64px 0;
  }

  .nerad-landing .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 23px;
  }

  .nerad-landing .price-card {
    min-height: 405px;
  }

  .nerad-landing .news-grid {
    grid-template-columns: 1fr;
  }

  .nerad-landing .news-card,
.nerad-landing .news-content {
    min-height: 220px;
  }

  .nerad-landing .news-content {
    padding: 22px;
  }

  .nerad-landing .news-card h3 {
    max-width: 220px;
    font-size: 17px;
  }

  .nerad-landing .stats-image-wrap {
    min-height: 360px;
  }

  .nerad-landing .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nerad-landing .stat-box strong {
    font-size: 22px;
  }

  .nerad-landing .stats-button {
    width: 100%;
    padding-inline: 12px;
  }

  .nerad-landing .rules-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nerad-landing .rule-card {
    grid-template-columns: 54px 1fr;
  }

  .nerad-landing .rule-icon {
    width: 54px;
    height: 54px;
  }

  .nerad-landing .rule-icon svg {
    width: 24px;
  }

  .nerad-landing .trust-strip {
    margin-top: 38px;
  }

  .nerad-landing .trust-strip span {
    min-height: 66px;
    flex-direction: column;
    text-align: center;
  }

  .nerad-landing .shop,
.nerad-landing .shop-content {
    min-height: 410px;
  }

  .nerad-landing .shop-content {
    grid-template-columns: 1fr;
  }

  .nerad-landing .shop-bg {
    object-position: 63% center;
  }

  .nerad-landing .shop-shade {
    background: linear-gradient(90deg, rgba(7, 8, 8, 0.96), rgba(7, 8, 8, 0.48));
  }

  .nerad-landing .shop-copy {
    position: relative;
    z-index: 3;
    align-self: center;
  }

  .nerad-landing .shop-mark {
    display: none;
  }

  .nerad-landing .shop-watch {
    right: -15%;
    bottom: -18%;
    width: 205px;
    opacity: 0.34;
  }

  .nerad-landing .cta-button {
    width: 100%;
    min-width: 0;
  }

  .nerad-landing .footer-top {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .nerad-landing .footer-top > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nerad-landing .socials {
    justify-content: flex-end;
  }

  .nerad-landing .footer-nav {
    grid-row: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nerad-landing .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Inner pages and expanded WordPress-ready flows */
.nerad-landing .inner-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 6, 0.94);
  backdrop-filter: blur(16px);
}

.nerad-landing .inner-hero {
  position: relative;
  display: grid;
  min-height: 440px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  place-items: center;
}

.nerad-landing .inner-hero-image,
.nerad-landing .inner-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.nerad-landing .inner-hero-image {
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(0.72) contrast(1.14) brightness(0.58);
}

.nerad-landing .inner-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 4, 4, 0.96), rgba(3, 4, 4, 0.42) 58%, rgba(3, 4, 4, 0.82)),
    linear-gradient(0deg, #050606, transparent 60%);
}

.nerad-landing .inner-hero-content {
  padding-block: 80px;
}

.nerad-landing .inner-hero-content h1 {
  max-width: 830px;
  margin: 2px 0 20px;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: clamp(54px, 8vw, 102px);
  font-weight: 650;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.nerad-landing .inner-hero-content > p:last-child {
  max-width: 690px;
  margin: 0;
  color: #d0d1cd;
  font-size: 16px;
  line-height: 1.7;
}

.nerad-landing .page-content {
  padding: 92px 0 110px;
  background:
    radial-gradient(circle at 70% 20%, rgba(125, 46, 168, 0.08), transparent 30rem),
    #050606;
}

.nerad-landing .seo-intro {
  max-width: 760px;
  margin-bottom: 48px;
}

.nerad-landing .seo-intro h2,
.nerad-landing .join-step h2,
.nerad-landing .faq-section .section-heading h2 {
  margin: 3px 0 14px;
  font-family: var(--font-oswald), 'Arial Narrow', sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.nerad-landing .seo-intro > p:last-child,
.nerad-landing .archive-intro > p {
  margin: 0;
  color: #b9bbb7;
  font-size: 15px;
  line-height: 1.8;
}

.nerad-landing .join-flow {
  display: grid;
  gap: 22px;
}

.nerad-landing .join-step {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}

.nerad-landing .join-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.nerad-landing .join-step-heading > span {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  color: #090a0a;
  border-radius: 50%;
  background: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  place-items: center;
}

.nerad-landing .join-step-heading h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 44px);
}

.nerad-landing .step-note {
  margin: -8px 0 24px 62px;
  color: #aeb0ac;
  font-size: 13px;
  line-height: 1.65;
}

.nerad-landing .selection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.nerad-landing .selection-card {
  position: relative;
  display: flex;
  min-height: 210px;
  padding: 26px 24px;
  color: #f7f7f5;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 6px;
  background: #0d0e0e;
  font: inherit;
  text-align: left;
  flex-direction: column;
  transition: 180ms ease;
}

.nerad-landing .selection-card:hover,
.nerad-landing .selection-card.active,
.nerad-landing .selection-card:has(input:checked) {
  border-color: var(--gold);
  background: linear-gradient(145deg, rgba(201, 154, 60, 0.13), #0d0e0e 56%);
  transform: translateY(-3px);
}

.nerad-landing .selection-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.nerad-landing .selection-card > span {
  color: #b8bab6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nerad-landing .selection-card > strong {
  margin: 8px 0 16px;
  font-family: var(--font-oswald), sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.nerad-landing .selection-card > small {
  color: #9fa19d;
  font-size: 12px;
  line-height: 1.6;
}

.nerad-landing .selection-card > i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  color: #090a0a;
  border-radius: 50%;
  background: var(--gold-light);
  place-items: center;
}

.nerad-landing .selection-card > i:empty {
  background: transparent;
}

.nerad-landing .selection-card > i svg {
  width: 15px;
}

.nerad-landing .recommend-chip {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  color: #080909;
  border-radius: 3px;
  background: var(--gold-light);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nerad-landing .payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.nerad-landing .payment-grid label {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 15px 18px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: #0d0e0e;
  gap: 12px;
  transition: 160ms ease;
}

.nerad-landing .payment-grid label.active {
  border-color: var(--gold);
  background: rgba(201, 154, 60, 0.1);
}

.nerad-landing .payment-grid input {
  accent-color: var(--gold);
}

.nerad-landing .payment-grid svg {
  width: 18px;
  color: var(--gold-light);
}

.nerad-landing .payment-grid span {
  font-size: 12px;
  font-weight: 750;
}

.nerad-landing .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nerad-landing .form-field {
  display: grid;
  gap: 9px;
}

.nerad-landing .form-field > span {
  color: #d6d7d3;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nerad-landing .form-field input:not([type='file']),
.nerad-landing .archive-search input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  outline: 0;
  background: #090a0a;
  font: inherit;
}

.nerad-landing .form-field input:focus,
.nerad-landing .archive-search input:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(201, 154, 60, 0.14);
}

.nerad-landing .full-field {
  grid-column: 1 / -1;
  margin-top: 18px;
}

.nerad-landing .file-field {
  padding: 24px;
  border: 1px dashed rgba(237, 199, 111, 0.5);
  border-radius: 5px;
  background: rgba(201, 154, 60, 0.05);
}

.nerad-landing .file-field svg {
  color: var(--gold-light);
}

.nerad-landing .file-field small {
  color: #989a96;
}

.nerad-landing .file-field input {
  color: #c5c6c2;
}

.nerad-landing .consent-field {
  display: flex;
  align-items: flex-start;
  color: #aaa;
  font-size: 12px;
  line-height: 1.6;
  gap: 11px;
}

.nerad-landing .consent-field input {
  margin-top: 3px;
  accent-color: var(--gold);
}

.nerad-landing .join-summary {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nerad-landing .join-summary > div {
  display: grid;
  gap: 4px;
}

.nerad-landing .join-summary span {
  color: #858783;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nerad-landing .join-summary strong {
  font-size: 13px;
}

.nerad-landing .join-submit {
  min-height: 52px;
  padding: 0 28px;
  color: #070808;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  background: white;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nerad-landing .preview-notice {
  display: flex;
  margin-top: 22px;
  padding: 18px;
  color: #def5df;
  border: 1px solid rgba(85, 194, 100, 0.35);
  border-radius: 5px;
  background: rgba(43, 129, 55, 0.12);
  gap: 13px;
}

.nerad-landing .preview-notice svg {
  flex: 0 0 21px;
}

.nerad-landing .preview-notice p {
  margin: 5px 0 0;
  color: #acd3b0;
  font-size: 12px;
  line-height: 1.6;
}

.nerad-landing .rules-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nerad-landing .rule-long-card {
  position: relative;
  min-height: 390px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.008));
}

.nerad-landing .rule-long-card > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 54px;
  color: var(--gold-light);
}

.nerad-landing .rule-long-card h2 {
  margin: 0 0 18px;
  font-family: var(--font-oswald), sans-serif;
  font-size: 34px;
  text-transform: uppercase;
}

.nerad-landing .rule-long-card p {
  margin: 0;
  color: #b9bbb7;
  font-size: 14px;
  line-height: 1.8;
}

.nerad-landing .rule-number {
  position: absolute;
  top: -24px;
  right: 18px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--font-oswald), sans-serif;
  font-size: 160px;
  font-weight: 700;
}

.nerad-landing .responsible-note {
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(237, 199, 111, 0.3);
  border-radius: 6px;
  background: rgba(201, 154, 60, 0.06);
  gap: 18px;
}

.nerad-landing .responsible-note > svg {
  flex: 0 0 30px;
  color: var(--gold-light);
}

.nerad-landing .responsible-note h2 {
  margin: 0 0 8px;
  font-size: 16px;
}

.nerad-landing .responsible-note p {
  margin: 0;
  color: #b8b9b5;
  font-size: 13px;
  line-height: 1.7;
}

.nerad-landing .archive-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
  max-width: none;
  gap: 50px;
}

.nerad-landing .archive-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.nerad-landing .filter-buttons {
  display: flex;
  gap: 8px;
}

.nerad-landing .filter-buttons button {
  min-height: 44px;
  padding: 0 20px;
  color: #b5b7b3;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: #0c0d0d;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nerad-landing .filter-buttons button.active {
  color: #080909;
  border-color: white;
  background: white;
}

.nerad-landing .archive-search {
  position: relative;
  display: block;
  width: min(100%, 310px);
}

.nerad-landing .archive-search svg {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  color: #888a86;
}

.nerad-landing .archive-search input {
  min-height: 44px;
  padding-left: 43px;
  font-size: 12px;
}

.nerad-landing .analysis-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.nerad-landing .analysis-result-card {
  min-height: 315px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(155deg, rgba(125, 46, 168, 0.09), transparent 44%),
    #0c0d0d;
}

.nerad-landing .analysis-result-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8d8f8b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nerad-landing .finished-chip {
  padding: 5px 7px;
  color: #dedfdb;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
}

.nerad-landing .result-date {
  margin: 26px 0 7px;
  color: #7d7f7b;
  font-size: 10px;
}

.nerad-landing .analysis-result-card h2 {
  min-height: 48px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.4;
}

.nerad-landing .analysis-pick {
  display: grid;
  gap: 4px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nerad-landing .analysis-pick span,
.nerad-landing .analysis-metrics small {
  color: #7d7f7b;
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nerad-landing .analysis-pick strong {
  color: #d6b164;
  font-size: 13px;
}

.nerad-landing .analysis-metrics {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.15fr;
  align-items: end;
  gap: 10px;
  margin-top: 18px;
}

.nerad-landing .analysis-metrics > span {
  display: grid;
  gap: 5px;
}

.nerad-landing .analysis-metrics b {
  font-size: 12px;
}

.nerad-landing .analysis-metrics .status-win,
.nerad-landing .analysis-metrics .status-loss {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nerad-landing .analysis-metrics svg {
  width: 17px;
}

.nerad-landing .status-win { color: #6ed37b; }
.nerad-landing .status-loss { color: #df6767; }

.nerad-landing .empty-state {
  padding: 60px 20px;
  color: #999b97;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  text-align: center;
}

.nerad-landing .nerad-pagination ul {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  gap: 7px;
}

.nerad-landing .nerad-pagination a,
.nerad-landing .nerad-pagination span {
  display: grid;
  min-width: 38px;
  height: 38px;
  padding-inline: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  place-items: center;
  font-size: 11px;
}

.nerad-landing .nerad-pagination .current {
  color: #080909;
  background: white;
}

.nerad-landing .shop-product-showcase {
  position: relative;
  display: grid;
  align-self: end;
  justify-self: end;
  width: min(470px, 48vw);
  height: 340px;
  place-items: end center;
}

.nerad-landing .shop-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.08) brightness(0.86);
  transform: scale(1.12);
  transform-origin: bottom;
}

.nerad-landing .shop-product-tag {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 2;
  padding: 8px 11px;
  color: #090a0a;
  border-radius: 3px;
  background: var(--gold-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nerad-landing .shop-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  align-items: start;
  gap: clamp(34px, 6vw, 72px);
}

.nerad-landing .shop-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.nerad-landing .shop-gallery figure {
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #e5e5e5;
}

.nerad-landing .shop-gallery-main {
  grid-column: 1 / -1;
  min-height: 540px !important;
}

.nerad-landing .shop-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nerad-landing .shop-gallery-main img {
  object-fit: contain;
}

.nerad-landing .shop-product-copy {
  position: sticky;
  top: 120px;
  padding-top: 20px;
}

.nerad-landing .shop-product-copy h2 {
  margin: 4px 0 20px;
  font-family: var(--font-oswald), sans-serif;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
  text-transform: uppercase;
}

.nerad-landing .shop-product-copy > p {
  color: #b8bab6;
  font-size: 14px;
  line-height: 1.8;
}

.nerad-landing .shop-product-copy ul {
  display: grid;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  gap: 13px;
}

.nerad-landing .shop-product-copy li {
  display: flex;
  align-items: center;
  color: #d0d1cd;
  font-size: 12px;
  gap: 10px;
}

.nerad-landing .shop-product-copy li svg {
  width: 18px;
  color: var(--gold-light);
}

.nerad-landing .shop-product-copy > small {
  display: block;
  margin-top: 18px;
  color: #747672;
  font-size: 10px;
  line-height: 1.6;
}

.nerad-landing .support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nerad-landing .support-card {
  min-height: 250px;
  padding: 28px;
  scroll-margin-top: 120px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: #0c0d0d;
}

.nerad-landing .support-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 44px;
  color: var(--gold-light);
}

.nerad-landing .support-card h2 {
  margin: 0 0 11px;
  font-size: 16px;
}

.nerad-landing .support-card p,
.nerad-landing .faq-grid p {
  margin: 0;
  color: #999b97;
  font-size: 12px;
  line-height: 1.7;
}

.nerad-landing .faq-section {
  margin-top: 84px;
}

.nerad-landing .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.nerad-landing .faq-grid article {
  position: relative;
  min-height: 155px;
  padding: 28px 28px 28px 66px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.nerad-landing .faq-grid svg {
  position: absolute;
  top: 29px;
  left: 26px;
  width: 23px;
  color: var(--gold-light);
}

.nerad-landing .faq-grid h3 {
  margin: 0 0 9px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .nerad-landing .inner-hero { min-height: 390px; }
  .nerad-landing .selection-grid,
.nerad-landing .analysis-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .nerad-landing .payment-grid { grid-template-columns: repeat(2, 1fr); }
  .nerad-landing .support-grid { grid-template-columns: repeat(2, 1fr); }
  .nerad-landing .shop-page-grid { grid-template-columns: 1fr; }
  .nerad-landing .shop-product-copy { position: static; }
  .nerad-landing .shop-product-showcase { width: min(410px, 47vw); }
}

@media (max-width: 620px) {
  .nerad-landing .inner-hero { min-height: 350px; }
  .nerad-landing .inner-hero-content { padding-block: 58px; }
  .nerad-landing .inner-hero-content h1 { font-size: clamp(46px, 15vw, 66px); }
  .nerad-landing .inner-hero-content > p:last-child { font-size: 13px; }
  .nerad-landing .page-content { padding: 64px 0 78px; }
  .nerad-landing .seo-intro { margin-bottom: 34px; }
  .nerad-landing .selection-grid,
.nerad-landing .payment-grid,
.nerad-landing .form-grid,
.nerad-landing .rules-page-grid,
.nerad-landing .analysis-archive-grid,
.nerad-landing .support-grid,
.nerad-landing .faq-grid { grid-template-columns: 1fr; }
  .nerad-landing .join-step-heading > span { display: none; }
  .nerad-landing .step-note { margin-left: 0; }
  .nerad-landing .join-summary { grid-template-columns: 1fr; }
  .nerad-landing .join-submit { width: 100%; }
  .nerad-landing .rule-long-card { min-height: auto; }
  .nerad-landing .rule-long-card > svg { margin-bottom: 36px; }
  .nerad-landing .archive-intro { grid-template-columns: 1fr; gap: 12px; }
  .nerad-landing .archive-toolbar { flex-direction: column; }
  .nerad-landing .filter-buttons { width: 100%; }
  .nerad-landing .filter-buttons button { flex: 1; padding-inline: 10px; }
  .nerad-landing .archive-search { width: 100%; }
  .nerad-landing .shop-product-showcase { width: 60%; height: 300px; margin-left: auto; }
  .nerad-landing .shop-product-tag { top: 20px; }
  .nerad-landing .shop-gallery { grid-template-columns: 1fr; }
  .nerad-landing .shop-gallery-main { grid-column: auto; min-height: 400px !important; }
  .nerad-landing .shop-gallery figure { min-height: 310px; }
  .nerad-landing .responsible-note { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .nerad-landing {
    scroll-behavior: auto;
  }

  .nerad-landing, .nerad-landing *,
.nerad-landing *::before,
.nerad-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
