/* RSDC v27 secondary-page shared styles */

:root {
  --yellow: #ffd400;
  --red: #d9252a;
  --page-bg: #f1f1f1;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  background: var(--page-bg);
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; }

.legacy-topnav {
  background: #000;
  border-top: 9px solid #eef000;
  box-shadow: 0 8px 28px rgba(0,0,0,0.24);
}

.legacy-topnav-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.legacy-topnav-logo-cell {
  width: 50%;
  padding: 12px 22px 6px;
  text-align: left;
  vertical-align: top;
}

.legacy-topnav-phone-cell {
  width: 50%;
  padding: 10px 22px 6px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.legacy-topnav-logo-cell img {
  width: min(100%, 320px);
  height: auto;
  display: block;
}

.phone-text-cta {
  display: inline-block;
  text-align: right;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 12px rgba(0,0,0,.82);
  white-space: nowrap;
}

.phone-text-cta .talk {
  display: block;
  text-align: right;
  font-family: "Comic Sans MS", "Caveat", cursive;
  font-size: 25px;
  line-height: 0.95;
  font-weight: 600;
}

.phone-text-cta .number {
  display: block;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 31px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0.012em;
  white-space: nowrap;
}

.legacy-topnav-links-cell {
  padding: 2px 12px 13px;
  text-align: center;
  vertical-align: middle;
}

.topnavtext {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 600;
}

.topnavtext a,
.topnavtextb {
  color: #fff;
  text-decoration: none;
}

.topnavtext a:hover,
.topnavtextb:hover,
.phone-text-cta:hover {
  color: var(--yellow);
}

.navsep { opacity: 0.85; }

.expressorder-link img {
  display: block;
  width: 147px;
  height: auto;
}

.mp-section { background: #f1f1f1; }

.mp-layout-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.mp-hero-cell {
  width: 100%;
  padding: 0;
  line-height: 0;
  background: #000;
}

.mp-hero-img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.mp-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 4vw, 54px) 0 42px;
}

.mp-intro {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 24px;
}

.mp-intro h1 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.mp-intro p {
  margin: 10px auto 0;
  color: rgba(0,0,0,0.70);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.45;
  font-weight: 500;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(290px, 1fr));
  gap: clamp(22px, 3vw, 44px);
  width: min(900px, 100%);
  margin: 22px auto 0;
}

.product-card {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.7vw, 34px);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(22,23,25,0.96), rgba(2,3,5,0.96));
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 22px 46px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.08);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.popular-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 158px;
  padding: 8px 18px 8px 16px;
  background: linear-gradient(90deg, #e3272e, #b91117);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.product-title {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 33px);
  line-height: 1.08;
  font-weight: 900;
}

.product-title a {
  color: inherit;
  text-decoration: none;
}

.red-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 15px auto 18px;
  color: var(--red);
}

.red-rule::before,
.red-rule::after {
  content: "";
  width: 100px;
  max-width: 35%;
  height: 1px;
  background: rgba(217,37,42,0.72);
}

.product-desc {
  margin: 0 auto 22px;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.48;
  max-width: 360px;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: min(100%, 280px);
  margin: 0 auto;
  padding: 13px 18px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(180deg, #ffd400, #f0b900);
  border: 1px solid rgba(0,0,0,0.22);
  box-shadow: 0 10px 22px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.35);
}

.legacy-footernav-links {
  width: 100%;
  min-height: 74px;
  background: #000;
  text-align: center;
  padding: 14px 18px 13px;
}

.legacy-footernav-col {
  display: inline-block;
  margin: 0 clamp(20px, 5vw, 72px);
  padding: 4px;
  vertical-align: top;
}

.footernavboxtext2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .02em;
}

.legacy-footernav-col a {
  text-decoration: none;
}

.legacy-footernav-col a:hover .footernavboxtext2 {
  color: var(--yellow);
}

.legacy-slogans {
  text-align: center;
  background: linear-gradient(180deg, #d4a318, #f0c441);
  padding: 16px 8px 12px;
}

.legacy-slogans img {
  max-width: min(48%, 520px);
  height: auto;
  vertical-align: middle;
}

.gate-page {
  min-height: calc(100vh - 110px);
  display: grid;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 5vw, 70px) 18px;
  background: radial-gradient(circle at 50% 0%, rgba(255,212,0,.12), transparent 30%), #f1f1f1;
}

.gate-card {
  width: min(840px, 100%);
  background: linear-gradient(145deg, rgba(18,20,24,.98), rgba(3,4,7,.98));
  color: #fff;
  border-radius: 24px;
  padding: clamp(26px, 4vw, 46px);
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.14);
  text-align: center;
}

.gate-kicker {
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 0 0 12px;
}

.gate-card h1 {
  margin: 0 0 26px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.gate-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 18px;
}

.gate-option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  padding: 22px;
  border-radius: 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.24);
}

.gate-option:hover {
  border-color: var(--yellow);
  box-shadow: 0 0 18px rgba(255,212,0,.22);
}

.gate-option strong {
  display: block;
  font-size: 25px;
  line-height: 1.05;
  margin-bottom: 10px;
}

.gate-option span {
  color: rgba(255,255,255,.74);
  line-height: 1.4;
}

.gate-arrow {
  display: block;
  margin-top: 18px;
  color: var(--yellow) !important;
  font-weight: 900;
}

.gate-helper {
  margin: 22px 0 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.4;
}

.gate-helper a {
  color: var(--yellow);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,212,0,0.38);
}

.gate-helper a:hover {
  border-color: var(--yellow);
}

@media (max-width: 980px) {
  .product-grid {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
  }
}

@media (max-width: 820px) {
  .legacy-topnav-table,
  .legacy-topnav-table tbody,
  .legacy-topnav-table tr,
  .legacy-topnav-table td {
    display: block;
    width: 100%;
  }

  .legacy-topnav-logo-cell,
  .legacy-topnav-phone-cell {
    text-align: center;
    padding: 10px 12px 4px;
  }

  .legacy-topnav-logo-cell img {
    margin-left: auto;
    margin-right: auto;
  }

  .phone-text-cta,
  .phone-text-cta .talk,
  .phone-text-cta .number {
    text-align: center;
  }

  .legacy-slogans img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .gate-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topnavtext {
    font-size: 16px;
    gap: 8px 10px;
  }

  .phone-text-cta .talk {
    font-size: 22px;
  }

  .phone-text-cta .number {
    font-size: 27px;
  }

  .legacy-footernav-col {
    display: block;
    margin: 6px auto;
  }

/* ===== TuffCor info images + current prices button ===== */

.rs-tuffcor-info-block {
  max-width: 900px;
  margin: 34px auto 42px auto;
  padding: 0 12px;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.rs-tuffcor-info-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin: 0 auto 24px auto;
}

.rs-tuffcor-info-img {
  display: block;
  height: auto;
  max-width: none;
}

.rs-tuffcor-sizer-img {
  width: 201px;
  height: 115px;
}

.rs-tuffcor-stakes-img {
  width: 532px;
  height: 301px;
}

.rs-tuffcor-color-link {
  display: inline-block;
  margin: 0 auto 12px auto;
}

.rs-tuffcor-color-img {
  display: block;
  width: 200px;
  height: 46px;
}

.rs-tuffcor-disclosure-link {
  display: inline-block;
  color: #0000ee;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.35;
}

.rs-tuffcor-disclosure-link:visited {
  color: #551a8b;
}

.rs-current-prices-wrap {
  margin: 34px auto 0 auto;
  text-align: center;
}

.rs-current-prices-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(500px, 94vw);
  min-height: 190px;
  padding: 22px 28px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid #111;
  background:
    linear-gradient(180deg, rgba(255,255,255,.32) 0%, rgba(255,255,255,.06) 28%, rgba(255,255,255,0) 31%),
    radial-gradient(circle at 50% 0%, rgba(255,225,92,.32), rgba(255,225,92,0) 38%),
    linear-gradient(180deg, #fb2020 0%, #b70000 43%, #5c0000 68%, #070707 100%);
  box-shadow:
    0 14px 0 #2a0000,
    0 24px 34px rgba(0,0,0,.38),
    inset 0 2px 0 rgba(255,255,255,.55),
    inset 0 -8px 18px rgba(0,0,0,.56);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: .015em;
  text-align: center;
  text-shadow:
    0 3px 0 #000,
    0 0 13px rgba(0,0,0,.85);
  transform: translateY(0);
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease,
    filter .16s ease;
}

.rs-current-prices-btn::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 8%;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.46), rgba(255,255,255,.08));
  pointer-events: none;
}

.rs-current-prices-btn::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 18px;
  border: 2px solid rgba(255,210,0,.38);
  pointer-events: none;
}

.rs-current-prices-btn:hover,
.rs-current-prices-btn:focus {
  border-color: #ffd200;
  color: #ffffff;
  filter: saturate(1.18) brightness(1.08);
  transform: translateY(-3px);
  box-shadow:
    0 17px 0 #2a0000,
    0 0 0 7px rgba(255,210,0,.28),
    0 0 30px rgba(255,210,0,.82),
    0 28px 38px rgba(0,0,0,.42),
    inset 0 2px 0 rgba(255,255,255,.62),
    inset 0 -8px 18px rgba(0,0,0,.56);
  text-decoration: none;
}

.rs-current-prices-main {
  position: relative;
  z-index: 2;
}

@media (max-width: 760px) {
  .rs-tuffcor-info-row {
    display: block;
  }

  .rs-tuffcor-info-img {
    margin-left: auto;
    margin-right: auto;
  }

  .rs-tuffcor-stakes-img {
    margin-top: 22px;
    width: min(532px, 100%);
    height: auto;
  }

  .rs-current-prices-btn {
    min-height: 132px;
    border-radius: 18px;
    font-size: clamp(31px, 10vw, 44px);
  }
  
}