@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  font-family: 'Oswald', sans-serif;
  overflow-x: hidden;
}

/* Custom Cursor */
.custom-cursor {
  width: 20px;
  height: 20px;
  background: #FF1AB3;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transition: transform 0.1s ease-out;
}

.custom-cursor.active {
  transform: scale(3);
  background: #00A344;
}

/* Scroll Progress Bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(to right, #00A344, #FF1AB3);
  z-index: 10000;
}

/* Animation base â€” will-change on headings only, no overflow clip */
.section-heading,
.about-banner-heading,
.banner-title,
.hiw-step-title,
.hiw-hero-title {
  will-change: transform, opacity;
}

/* Custom cursor scale transition */
.custom-cursor {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease;
}

p,
a {
  font-size: 16px;
}

p {
  font-family: 'Inter', sans-serif;
  color: #353537;
  width: 100%;
}

nav#nav-header-menu .nav-item a {
  font-weight: 700;
  text-transform: uppercase;
  color: #0D0D0D;
  font-size: 16px;
  font-family: 'Oswald';
}

nav#nav-header-menu {
  border-bottom: 1px solid;
}

nav#nav-header-menu .container {
  position: relative;
}

nav#nav-header-menu .navbar-brand img {
  position: absolute;
  left: 0;
  top: 0;
}

div#navbarSupportedContent ul {
  /* gap: 20px; */
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.cart-icon {
  position: relative;
}

.cart-icon span {
  position: absolute;
  top: -11px;
  right: -8px;
  background: #FF1AB3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #020202;
}

p.sub-title-banner {
  margin: 0;
  font-size: 18px;
  font-family: 'Oswald';
  font-weight: 700;
  word-spacing: 4px;
  color: #FF1AB3;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
}

.banner-content {
  position: relative;
}

h1.banner-title {
  font-size: 72px;
  font-weight: 700;
}

span.banner-green {
  color: #00A344;
}

span.banner-pink {
  color: #FF1AB3;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

.banner-content::after {
  content: url("../images/overlaybanner.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

figure.banner-image {
  display: flex;
  justify-content: center;
}

a.btn {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 0.5rem 2rem;
  letter-spacing: 1.8px;
}

.banner-content p {
  margin: 1.5rem 0;
}

span.badge.header-badge {
  letter-spacing: 1.2px;
  padding: 10px 15px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 1rem;
}

.badge-pink {
  background: rgba(255, 26, 179, 0.1);
  color: #FF1AB3;
  border: 1px solid #FF1AB3;
}

span.badge.header-badge i {
  margin-right: 9px;
}

h2.section-heading {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

h2.section-heading span {
  color: #00A344;
}

a.btn i {
  margin-left: 1rem;
}

.coupon-card-sec {
  border-radius: 10px;
  margin-top: 3rem;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

.coupoun-number {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 163 68 / 10%);
  border: 1px solid rgb(0 163 68 / 20%);
  border-radius: 8px;
}

.coupoun-number p {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #00A344;
}

h6.c-title {
  font-size: 25px;
  font-weight: 700;
}

h6.dis-para {
  color: #FF1AB3;
  font-size: 30px;
  font-weight: 700;
  text-align: end;
}

p.c-description {
  margin-bottom: 0;
}

.coupoun-card {
  border: 1px solid #C6C6CF;
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #fff;
}

.coupoun-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #FF1AB3;
}

a.btn.btn-pink {
  background: #fff;
  border: 1px solid #FF1AB3;
  color: #FF1AB3;
  font-weight: 700;
}

a.btn.btn-web {
  background: #00a344;
  color: white;
}

section.section-spacing {
  padding: 7rem 0;
}

.header-badge.badge-green {
  background: rgba(0, 163, 68, 0.1);
  color: #00a344;
  border: 1px solid rgb(0 163 68/10%);
}

.slab-tracker-card {
  background: #fff;
  border: 1px solid #C6C6CF;
  border-radius: 12px;
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 2rem;
}

.slab-tracker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.slab-tracker-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #0D0D0D;
}

.slab-tracker-count {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #00A344;
}

.slab-slider-wrap {
  margin-bottom: 0.5rem;
}

.slab-track {
  position: relative;
  height: 10px;
  background: #E0E0E0;
  border-radius: 999px;
  margin-bottom: 0.8rem;
}

.slab-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(to right, #00A344, #FF1AB3);
  transition: width 0.25s ease;
  width: 0%;
}

.slab-thumb {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FF1AB3;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #FF1AB3;
  transition: left 0.25s ease;
  pointer-events: none;
}

.slab-milestones {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
}

.slab-milestone {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.slab-milestone:last-child {
  align-items: flex-end;
}

.slab-milestone:first-child {
  align-items: flex-start;
}

.milestone-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #0D0D0D;
}

.milestone-price {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #FF1AB3;
  font-weight: 600;
}

.slab-message-box {
  border: 1px solid #C6C6CF;
  border-radius: 8px;
  padding: 0.85rem 1.2rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #353537;
  margin: 1.2rem 0 1.2rem;
}

.slab-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 50%;
  margin: 0 auto;
}

.slab-btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 4px;
  border: 1px solid #C6C6CF;
  background: #fff;
  cursor: pointer;
  transition: background 0.15s;
}

.slab-btn-minus {
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #0D0D0D;
  flex-shrink: 0;
}

.slab-btn-add {
  flex: 1;
  padding: 0.55rem 1.2rem;
  background: #00A344;
  color: #fff;
  border-color: #00A344;
  font-size: 15px;
}

.slab-btn-add:hover {
  background: #008a38;
}

.slab-btn-reset {
  padding: 0.55rem 1.2rem;
  font-size: 14px;
  color: #0D0D0D;
}

.slab-btn-reset:hover {
  background: #f5f5f5;
}

span#slabNeeded {
  color: #00a344;
}

.section-heading.pink span {
  color: #FF1AB3;
}

figure.border-rounded-img img {
  border-radius: 20px;
}

.search-input-container input {
  border-radius: 10px;
  padding-left: 39px;
}

.search-section {
  padding: 1rem;
  border: 1px solid #C6C6CF;
  border-radius: 10px;
  margin-top: 3rem;
}

ul.filter {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 0.5rem;
  margin-top: 10px;
  margin-bottom: 0;
}

li.filter-list-heading {
  font-size: 11px;
  font-weight: 700;
  color: #00A344;
}

li.filter-list-heading i {
  margin-right: 5px;
}

.form-control {
  font-family: 'Inter';
}

.searchinput-con {
  position: relative;
}

.searchinput-con i {
  position: absolute;
  left: 15px;
  top: 10px;
}

.sports-card {
  margin-top: 2rem;
  display: flex;
  border: 1px solid #C6C6CF;
  padding: 10px 1rem;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #fff;
}

.sports-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #00A344;
}

span.badge.badge-green {
  background: rgb(0 163 68/10%);
  color: #00A344;
}

.light-badge {
  font-weight: 300;
}

.sport-info {
  margin-top: 1rem;
}

h6.sport-player-name {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

p.price-info {
  font-size: 24px;
  font-family: Oswald;
  font-weight: 800;
  color: #FF1AB3;
  margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {



  box-sizing: border-box;
  margin: 0;
  padding: 0;



}

.sport-card-left-content {
  flex: 3;
}

.sport-card-right-content {
  flex: 1;
}

p.sports-name {
  font-size: 12px;
  text-align: right;
  width: 100%;
}

a.btn.btn-pink.dark-pink {
  background: #FF1AB3;
  color: white;
}

.content-home-about h2 {
  font-size: 48px;
}

a.btn.btn-light-green {
  border: 1px solid #00A344;
  color: #00A344;
  font-weight: 700;
}

/* Section: The Offer Explained */
.offer-card {
  border: 1px solid #C6C6CF;
  border-radius: 12px;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  position: relative;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(255, 26, 179, 0.1);
  border-color: #FF1AB3;
}

.offer-card-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 26, 179, 0.12);
  color: #FF1AB3;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}

.offer-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}

.offer-value {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0D0D0D;
  margin: 0.25rem 0 0;
  width: 100%;
}

.offer-divider {
  border-color: #E0E0E0;
  margin: 1rem 0;
}

.offer-free {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FF1AB3;
  margin: 0.25rem 0 0;
  width: 100%;
}

.offer-total {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FF1AB3;
  margin: 0.25rem 0 0;
  width: 100%;
}

/* Section: Help Us Grade The Best */
.grade-input-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.grade-input {
  flex: 1;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  border: 1px solid #C6C6CF;
  font-family: 'Inter', sans-serif;
}

.grade-submit-btn {
  background: #00A344;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
}

.grade-submit-btn:hover {
  background: #008a38;
  color: #fff;
}

/* Section: Experience The Thrill */
span.text-pink {
  color: #FF1AB3 !important;
}

a.btn.btn-thrill {
  background: #FF1AB3;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
}

a.btn.btn-thrill:hover {
  background: #d4009a;
}


.thrill-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* Section: App Dropping */
.app-dropping-section {
  background: linear-gradient(135deg, #f5fff9 0%, #fff5fc 100%);
}

.app-phone-wrap {
  position: relative;
  display: inline-block;
}

.app-drop-alert-badge {
  position: absolute;
  top: 12px;
  right: -18px;
  background: #FF1AB3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
  white-space: nowrap;
}

.app-mockup-img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

.badge-green-outline {
  background: rgba(0, 163, 68, 0.08);
  color: #00a344;
  border: 1px solid #00a344;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.badge-green-outline i {
  margin-right: 6px;
}

.app-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.app-feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #353537;
  width: 100%;
}

.app-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 163, 68, 0.12);
  color: #00A344;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.app-store-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.app-store-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #C6C6CF;
  border-radius: 8px;
  padding: 0.5rem 1.1rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s;
}

.app-store-btn:hover {
  border-color: #00A344;
}

.app-store-icon {
  font-size: 22px;
  color: #353537;
}

.app-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.store-coming {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #888;
}

.store-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0D0D0D;
}

/* Section: Stay Ahead Of The Crowd */
.crowd-card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 3rem 2.5rem;
}

.crowd-input-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  max-width: 520px;
  margin: 0 auto;
}

.crowd-input {
  flex: 1;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  border: 1px solid #D9D9D9;
  font-family: 'Inter', sans-serif;
}

.crowd-subscribe-btn {
  background: #00A344;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0.65rem 1.4rem;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
}

.crowd-subscribe-btn:hover {
  background: #008a38;
  color: #fff;
}

/* Section: Ready To Make A Killing */
.payment-methods-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.payment-method-card {
  flex: 1;
  border: 1px solid #C6C6CF;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.payment-method-card:hover {
  border-color: #FF1AB3;
  box-shadow: 0 4px 16px rgba(255, 26, 179, 0.1);
}

.payment-icon {
  font-size: 26px;
  color: #FF1AB3;
}

.payment-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #353537;
}

a.btn.btn-checkout {
  background: #FF1AB3;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  padding: 0.75rem 2.5rem;
}

a.btn.btn-checkout:hover {
  background: #d4009a;
  color: #fff;
}

/* Footer */
.site-footer {
  padding: 4rem 0 0;
  background: url(../images/footer-bg.png);
  background-size: 100% 100%;
  border-top: 1px solid #E8E8EE;
}

.footer-logo {
  /* max-width: 140px; */
  margin-bottom: 1rem;
}

.footer-col-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #00A344;
  margin-bottom: 1rem;
  width: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-links li a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #353537;
  text-decoration: none;
  width: auto;
  transition: color 0.15s;
}

.footer-links li a:hover {
  color: #00A344;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-contact-list li {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #353537;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.footer-contact-list li i {
  color: #00A344;
  font-size: 13px;
  width: 16px;
}

.footer-top {
  padding-bottom: 3rem;
}

.footer-bottom {
  border-top: 1px solid #E8E8EE;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.footer-bottom-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 10px;
  padding: 0.9rem 1.5rem;
  margin-bottom: 1.25rem;
}

.footer-strip-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #0D0D0D;
}

.footer-strip-icon {
  color: #00A344;
}

.footer-join-btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FF1AB3;
  border: 1px solid #FF1AB3;
  border-radius: 6px;
  padding: 0.4rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.footer-join-btn:hover {
  background: #FF1AB3;
  color: #fff;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #888;
  margin: 0;
  width: auto;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #E8E8EE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #353537;
  font-size: 13px;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}

.footer-social a:hover {
  border-color: #00A344;
  color: #00A344;
}

.footer-legal-links {
  display: flex;
  gap: 1rem;
}

.footer-legal-links a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #888;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-legal-links a:hover {
  color: #0D0D0D;
}

.about-banner-content p {
  font-size: 20px;
  color: #666666;
  width: 50%;
}

p.about-highlight-para {
  font-weight: 600;
  color: black;
  font-size: 24px;
}

.about-banner {
  background-image: url(../images/about-banner.png);
  background-size: 100% 100%;
  padding: 5rem 0;
}

h2.section-heading.about-banner-heading {
  font-size: 96px;
  width: 50%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.btn-style {
  border-radius: 10px !important;
  font-size: 14px !important;
  padding: 0.75rem 2rem !important;
  margin-top: 1.5rem;
  font-family: 'Oswald';
  font-weight: 700;
}

.about-banner-content {
  padding: 0 7rem;
}

p.black-about {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 500;
}

p.pink-para.small-para {
  font-size: 12px;
  color: #FF14B9;
  letter-spacing: 4px;
}

p.pink-about {
  font-size: 20px;
  font-weight: 700;
  color: #FF14B9;
}

ul.roundedcheck {
  list-style: none;
  PADDING: 0;
}

ul.roundedcheck i {
  margin-right: 10px;
}

li {
  font-family: 'Inter', sans-serif;
  color: #353537;
  width: 100%;
}

ul.roundedcheck li {
  color: #0D0D0D;
  line-height: 60px;
}

ul.roundedcheck i {
  width: 30px;
  height: 30px;
  background: rgb(0 163 68/10%);
  border: 1px solid rgb(0 163 68/10%);
  text-align: center;
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #00A344;
}

ul.list-style-none {
  list-style: none;
  padding: 0;
}

ul.icons-buying.list-style-none li {
  color: #0D0D0D;
  font-size: 18px;
  line-height: 0;
  margin-bottom: 1rem;
}


ul.icons-buying.list-style-none i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #D9D9D9;
}

.icons-buying i.fa-solid.fa-trophy {
  color: #FF14B9;
}

.icons-buying i.fa-solid.fa-gift {
  color: #00a344;
}


.icons-buying i.fa-solid.fa-fire {
  color: #ff14b9;
}

h2.big-heading {
  font-size: 72px !important;
}

.newsletter-input-row {
  width: 50%;
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
}

button.btn.btn-pink.dark-pink.btn-style.newsletter-subscribe-btn {
  background: #ff1ab3 !important;
  color: white;
  display: flex;
  align-items: anchor-center;
  margin: 0;
}

button.btn.btn-pink.dark-pink.btn-style.newsletter-subscribe-btn i {
  margin-right: 10px;
}

span.icon-circle {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 163 68/10%);
  border-radius: 50%;
  border: 1px solid rgb(0 163 68/20%);
  color: #00A344;
}

/* Section: Philosophy (Tick) */
.philosophy-section {
  background-color: #fff;
  padding: 100px 0;
}

.mini-divider {
  width: 40px;
  height: 2px;
  background-color: #FF1AB3;
}

h2.tick-heading {
  font-size: 72px;
  line-height: 1.1;
  color: #0D0D0D;
  font-weight: 800;
}

.philosophy-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #888;
  margin-bottom: 5px;
}

.philosophy-main-text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #353537;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto;
}

.highlight-pink-text {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #FF1AB3;
  letter-spacing: 2px;
}

.btn-hunt {
  background: #FF1AB3;
  color: #fff !important;
  border: none;
  padding: 1rem 3rem !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  box-shadow: 0 4px 15px rgba(255, 26, 179, 0.3);
  transition: all 0.3s ease;
}

.btn-hunt:hover {
  background: #d4009a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 26, 179, 0.4);
}

/* =============================
   CONTACT PAGE
   ============================= */

.contact-hero-section {
  position: relative;
  padding: 8rem 0 6rem;
  overflow: hidden;
  text-align: center;
}

.contact-hero-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 26, 179, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.contact-hero-section .container {
  position: relative;
  z-index: 1;
}

.contact-hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  color: #0D0D0D;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.contact-hero-pink {
  color: #FF1AB3;
}

.contact-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #353537;
  line-height: 1.8;
  margin-bottom: 0.25rem;
}

.contact-hero-ears {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #0D0D0D;
  margin-bottom: 0;
}

h2.contact-form-heading {
  font-size: 48px;
}

.contact-quote-box {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 1.25rem 1.5rem 1.5rem;
  display: inline-block;
  position: relative;
}

.contact-quote-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #353537;
  margin: 0;
}

.contact-quote-line {
  width: 40px;
  height: 3px;
  background: #FF1AB3;
  border-radius: 2px;
  margin-top: 0.75rem;
}

.contact-form-card {
  background: #fff;
  /* border: 1px solid #C6C6CF; */
  /* border-radius: 12px; */
  /* padding: 2.5rem; */
}

.contact-form-group {
  margin-bottom: 1.25rem;
}

.contact-form-label {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #666666;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.contact-form-input,
.contact-form-textarea {
  width: 100%;
  border: 1px solid #C6C6CF;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #353537;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
  appearance: none;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
  outline: none;
  border-color: #00A344;
  box-shadow: 0 0 0 3px rgba(0, 163, 68, 0.08);
}

.contact-form-textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-submit-btn {
  background: #FF1AB3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 0.85rem 2rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  display: block;
  text-align: center;
}

.contact-submit-btn:hover {
  background: #d4009a;
  color: #fff;
}

.contact-form-disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-style: italic;
}

/* Collector Request Section */
.collector-request-section {
  background: #F7F7F7;
}

.collector-request-heading {
  font-size: 56px !important;
}

.collector-request-input-row {
  display: flex;
  gap: 0.5rem;
  max-width: 480px;
  margin: 0 auto;
}

.collector-input {
  flex: 1;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  border: 1px solid #C6C6CF;
  font-family: 'Inter', sans-serif;
}

.collector-request-btn {
  background: #00A344;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0.7rem 1.4rem;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
}

.collector-request-btn:hover {
  background: #008a38;
  color: #fff;
}

/* Direct Lines Section */
.direct-lines-section {
  padding-bottom: 7rem;
}

.direct-line-card {
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.direct-line-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.direct-line-pink {
  background: rgba(255, 26, 179, 0.08);
  border: 1px solid rgba(255, 26, 179, 0.2);
}

.direct-line-green {
  background: rgba(0, 163, 68, 0.08);
  border: 1px solid rgba(0, 163, 68, 0.2);
}

.direct-line-gray {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
}

.direct-line-icon {
  font-size: 28px;
  margin-bottom: 1rem;
}

.direct-line-pink .direct-line-icon {
  color: #FF1AB3;
}

.direct-line-green .direct-line-icon {
  color: #00A344;
}

.direct-line-gray .direct-line-icon {
  color: #aaa;
}

.direct-line-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.direct-line-value {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0D0D0D;
  margin: 0;
  word-break: break-all;
}

/* Stay In The Game Card */
.stay-game-card {
  background: linear-gradient(135deg, rgba(0, 163, 68, 0.06) 0%, rgba(0, 163, 68, 0.12) 100%);
  border: 1px solid rgba(0, 163, 68, 0.2);
  border-radius: 20px;
  padding: 3rem 2.5rem;
}

.stay-game-icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 163, 68, 0.15);
  border: 1px solid rgba(0, 163, 68, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00A344;
  font-size: 20px;
}

.stay-game-heading {
  font-size: 42px !important;
}

/* FAQ */
.contact-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-faq-item {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.contact-faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 1.1rem 1.4rem;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0D0D0D;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}

.contact-faq-btn:hover {
  color: #00A344;
}

.contact-faq-icon {
  font-size: 12px;
  color: #888;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.contact-faq-btn[aria-expanded="true"] .contact-faq-icon {
  transform: rotate(180deg);
}

.contact-faq-answer {
  padding: 0 1.4rem 1.1rem;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
  width: 100%;
}

.contact-faq-viewall {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #FF1AB3;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.contact-faq-viewall:hover {
  opacity: 0.75;
  color: #FF1AB3;
}

/* Our Promise */
.contact-promise-section {
  background: #F5F5F5;
  padding: 6rem 0;
}

.contact-promise-heading {
  font-size: 52px !important;
}

.contact-promise-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-promise-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 10px;
  padding: 1.1rem 1.4rem;
  border: 1px solid #E8E8EE;
}

.contact-promise-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 163, 68, 0.1);
  border: 1px solid rgba(0, 163, 68, 0.2);
  color: #00A344;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.contact-promise-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0D0D0D;
  margin: 0;
  width: 100%;
}

/* =============================
   HOW IT WORKS PAGE
   ============================= */

.hiw-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  border: 1px solid #C6C6CF;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 1rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hiw-step:hover {
  transform: translateX(6px);
  border-color: #00A344;
  box-shadow: 0 8px 24px rgba(0, 163, 68, 0.08);
}

.hiw-step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 163, 68, 0.1);
  border: 1px solid rgba(0, 163, 68, 0.25);
  color: #00A344;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hiw-step-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #0D0D0D;
  margin: 0 0 0.3rem;
}

.hiw-step-body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #353537;
  margin: 0;
  line-height: 1.6;
  width: 100%;
}

.hiw-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hiw-faq-item {
  border: 1px solid #E8E8EE;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  background: #fff;
}

.hiw-faq-q {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0D0D0D;
  margin-bottom: 0.5rem;
}

.hiw-faq-a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #353537;
  margin: 0;
  line-height: 1.6;
  width: 100%;
}

/* =============================
   HOW IT WORKS PAGE
   ============================= */

.hiw-hero-section {
  padding: 7rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.hiw-hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.05;
  color: #0D0D0D;
  text-transform: uppercase;
}

.hiw-hero-pink {
  color: #FF1AB3;
}

.hiw-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.hiw-step-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.hiw-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid #C6C6CF;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #353537;
  background: #fff;
}

.hiw-pill i {
  font-size: 11px;
  color: #888;
}

.hiw-hero-btn {
  padding: 1rem 3.5rem !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  letter-spacing: 2px;
}

.hiw-step-section {
  padding: 6rem 0;
  border-top: 1px solid #E8E8EE;
}

.hiw-step-gray {
  background: #F7F7F7;
}

.hiw-step-white {
  background: #fff;
}

.hiw-step-badge {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  text-transform: uppercase;
}

.hiw-step-badge-green {
  background: rgba(0, 163, 68, 0.1);
  color: #00A344;
  border: 1px solid rgba(0, 163, 68, 0.3);
}

.hiw-step-badge-pink {
  background: rgba(255, 26, 179, 0.1);
  color: #FF1AB3;
  border: 1px solid rgba(255, 26, 179, 0.3);
}

.hiw-step-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.1;
  color: #0D0D0D;
  text-transform: uppercase;
}

.hiw-step-green {
  color: #00A344;
}

.hiw-step-pink {
  color: #FF1AB3;
}

.hiw-feature-card {
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiw-step-gray .hiw-feature-card {
  background: #fff;
}

.hiw-step-white .hiw-feature-card {
  background: #F7F7F7;
  border-color: #E8E8EE;
}

.hiw-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.hiw-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 1rem;
}

.hiw-icon-green {
  background: rgba(0, 163, 68, 0.12);
  color: #00A344;
}

.hiw-icon-pink {
  background: rgba(255, 26, 179, 0.1);
  color: #FF1AB3;
}

.hiw-feature-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin: 0;
  width: 100%;
}

/* HIW Offer Cards (Step 03) */
.hiw-see-chart-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  color: #00A344;
  border: 1px solid #00A344;
  border-radius: 6px;
  padding: 0.45rem 1rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.hiw-see-chart-btn:hover {
  background: #00A344;
  color: #fff;
}

.hiw-offer-card {
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiw-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.hiw-offer-popular {
  border-color: #00A344;
  border-width: 2px;
}

.hiw-popular-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #00A344;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0.25rem 0.6rem;
  border-radius: 0 10px 0 8px;
}

.hiw-offer-icon {
  font-size: 22px;
  color: #C6C6CF;
  margin-bottom: 0.75rem;
}

.hiw-offer-icon-green {
  color: #00A344;
}

.hiw-offer-spend {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  margin-bottom: 0.5rem;
}

.hiw-offer-divider {
  border-color: #E8E8EE;
  margin: 0.75rem 0;
}

.hiw-offer-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.25rem;
}

.hiw-offer-amount {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #FF1AB3;
  margin: 0;
}

/* HIW Step 05 Player Input */
.hiw-player-input-row {
  display: flex;
  gap: 0.5rem;
}

.hiw-player-input {
  flex: 1;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  border: 1px solid #C6C6CF;
  font-family: 'Inter', sans-serif;
}

.hiw-player-submit-btn {
  background: #00A344;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
}

.hiw-player-submit-btn:hover {
  background: #008a38;
  color: #fff;
}

/* =============================
   SHOP PAGE
   ============================= */

.shop-banner {
  padding: 6rem 0 4rem;
  border-bottom: 1px solid #E8E8EE;
  background: linear-gradient(135deg, rgba(0, 163, 68, 0.04) 0%, #fff 50%, rgba(255, 26, 179, 0.04) 100%);
}

.shop-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-results-count {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #888;
  margin: 0;
}

.shop-sort-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0, 163, 68, 0.1);
  color: #00A344;
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
  margin-top: 0.5rem;
}

.btn-add-to-cart:hover {
  background: #00A344;
  color: #fff;
}

/* =============================
   THE OFFER PAGE
   ============================= */

.offer-hero-section {
  padding: 8rem 0 7rem;
  overflow: hidden;
  background: #F7F7F7;
}

.offer-hero-blob {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 26, 179, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.offer-hero-section .container {
  position: relative;
  z-index: 1;
}

.offer-hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 1.05;
  color: #0D0D0D;
  text-transform: uppercase;
}

.offer-hero-pink {
  color: #FF1AB3;
}

.offer-hero-green {
  color: #00A344;
  font-weight: 700;
}

.offer-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #878792;
  width: 100%;
  line-height: 1.75;
}

.offer-hero-highlight {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #353537;
  line-height: 1.7;
}

.offer-hero-btn {
  padding: 1rem 3.5rem !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  letter-spacing: 2px;
  display: inline-block;
}

/* Payout Chart Section */
.payout-chart-section {
  background: #F7F7F7;
}

.payout-heading {
  font-size: 52px !important;
}

.payout-table-wrap {
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 16px;
  overflow: hidden;
}

.payout-table {
  width: 100%;
  border-collapse: collapse;
}

.payout-table thead tr {
  border-bottom: 1px solid #E8E8EE;
}

.payout-table thead th {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #888;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  text-align: left;
}

.payout-table thead th:last-child {
  text-align: right;
}

.payout-table tbody tr {
  border-bottom: 1px solid #F0F0F0;
  transition: background 0.15s;
}

.payout-table tbody tr:last-child {
  border-bottom: none;
}

.payout-table tbody tr:hover {
  background: #FAFAFA;
}

.payout-table td {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  padding: 0.85rem 1.5rem;
}

.payout-qty {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #0D0D0D !important;
  letter-spacing: 0.5px;
}

.payout-bonus {
  text-align: right;
  color: #ff1ab3 !important;
  font-size: 13px !important;
}

.payout-milestone {
  background: rgba(0, 163, 68, 0.05) !important;
}

.payout-milestone:hover {
  background: rgba(0, 163, 68, 0.08) !important;
}

.milestone-qty {
  color: #00A344 !important;
}

.milestone-bonus {
  color: #FF1AB3 !important;
  font-weight: 700 !important;
}

.payout-limit .payout-qty {
  color: #FF1AB3 !important;
}

.payout-limit-badge {
  display: inline-block;
  background: #FF1AB3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* Deer In The Headlights Section */
.deer-section {
  background: linear-gradient(135deg, rgba(0, 163, 68, 0.04) 0%, #fff 40%, rgba(255, 26, 179, 0.06) 100%);
  border-top: 1px solid #E8E8EE;
}

.deer-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 52px;
  text-transform: uppercase;
  color: #0D0D0D;
  line-height: 1.1;
}

.deer-pink {
  color: #FF1AB3;
}

.deer-green {
  color: #00A344;
}

.deer-sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto;
}

.deer-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deer-cards-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.deer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  border: 1.5px solid rgba(0, 163, 68, 0.4);
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  background: rgba(0, 163, 68, 0.04);
  width: 72px;
  box-shadow: 0px 4px 10px rgba(0, 163, 68, 0.25);
  transition: transform 0.5s !important;
}

.deer-card-grade {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  color: #00A344;
  letter-spacing: 0.5px;
}

.deer-card-img {
  width: 44px;
  height: 60px;
  background: rgb(0 163 68/10%);
  border-radius: 4px;
  /* border: 1px solid rgba(0, 163, 68, 0.2); */
}

.deer-card-price {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #555;
}

.deer-haul-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.5rem;
}

.deer-haul-icon {
  font-size: 40px;
  color: #00A344;
  opacity: 0.7;
}

.deer-haul-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #878792;
}

.deer-bonus-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deer-bonus-card-container {
  width: 80px;
  height: 120px;
  perspective: 1000px;
  cursor: pointer;
}

.deer-bonus-card-container.flipped .deer-bonus-card-front {
  transform: rotateY(180deg);
  visibility: hidden;
  opacity: 0;
}

.deer-bonus-card-container.flipped .deer-bonus-card-back {
  transform: rotateY(0deg);
  visibility: visible;
  opacity: 1;
}

.deer-bonus-card {
  background: linear-gradient(to bottom, rgb(255 26 179 / 30%) 0%, #FFFFFF 98%);
  border-radius: 12px;
  padding: 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  height: 100%;
  border: 2px solid #FF1AB3;
  position: absolute;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease, visibility 0.6s ease;
}

.deer-bonus-card-front {
  transform: rotateY(0deg);
  z-index: 2;
}

.deer-bonus-card-back {
  /* background: linear-gradient(
135deg, #00A344 0%, rgb(0 163 68 / 80%) 100%); */
  transform: rotateY(-180deg);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.deer-bonus-back-text {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.5px;
}

.deer-bonus-icon {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.25rem;
}

.deer-bonus-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FF1AB3;
  text-transform: uppercase;
}

.deer-bonus-amount {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #00A344;
  line-height: 1.1;
}

.deer-unlock-text {
  font-family: 'Oswald', sans-serif;
  /* font-weight: 700; */
  font-size: 14px;
  letter-spacing: 2px;
  color: #00A344;
  text-transform: uppercase;
  margin: 0;
}

.deer-replay-btn {
  background: none;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 0.4rem 1.1rem;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #878792;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.deer-replay-btn:hover {
  /* border-color: #00A344; */
  color: #00A344;
}

.offer-tier-highlight {
  background: linear-gradient(135deg, rgba(0, 163, 68, 0.05) 0%, rgba(255, 26, 179, 0.05) 100%);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid #E8E8EE;
}

.hiw-offer-popular .hiw-offer-amount {
  color: #00A344;
}

.deer-bonus-icon {
  color: #FF1AB3;
}

/* =============================
   THE THRILL OF THE CHASE
   ============================= */

.chase-section {
  background: #F7F7F7;
  border-top: 1px solid #E8E8EE;
}

.chase-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 52px;
  text-transform: uppercase;
  color: #0D0D0D;
  line-height: 1.05;
}

.chase-green {
  color: #00A344;
}

.chase-sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #878792;
  line-height: 1.7;
}

.chase-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  height: 100%;
  text-align: left;
  border: 2px solid #e0f4e8;
}

.chase-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 1rem;
}

.chase-icon-green {
  background: rgba(0, 163, 68, 0.12);
  color: #00A344;
}

.chase-icon-pink {
  background: rgba(255, 26, 179, 0.10);
  color: #FF1AB3;
}

.chase-feature-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #0D0D0D;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.chase-feature-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #878792;
  line-height: 1.65;
  margin: 0;
}

/* =============================
   WHY WE DO THIS
   ============================= */

.why-section {
  background: #fff;
  border-top: 1px solid #E8E8EE;
}

.why-card {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 4rem 3.5rem;
  border: 1px solid #E8E8EE;
}

.why-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 52px;
  text-transform: uppercase;
  color: #0D0D0D;
  line-height: 1.05;
}

.why-green {
  color: #00A344;
}

.why-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.why-highlight {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
}

.why-price-low {
  color: #00A344;
}

.why-price-high {
  color: #FF1AB3;
}

.why-browse-btn {
  display: inline-flex;
  align-items: center;
  background: #FF1AB3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 1rem 3.5rem !important;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.why-browse-btn:hover {
  background: #d4009a;
  color: #fff;
  transform: translateY(-2px);
}

/* =============================
   LOCK IN YOUR WINNINGS
   ============================= */

.lock-section {
  background: #F7F7F7;
  border-top: 1px solid #E8E8EE;
}

.lock-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 52px;
  text-transform: uppercase;
  color: #0D0D0D;
  line-height: 1.05;
}

.lock-green {
  color: #00A344;
}

.lock-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.lock-payment-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.lock-payment-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #D0D0D8;
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #353537;
  background: #fff;
}

.lock-payment-pill i {
  font-size: 14px;
  color: #888;
}

.lock-checkout-btn {
  padding: 1rem 3.5rem !important;
  font-size: 15px !important;
  letter-spacing: 2px;
}

.pink-card {
  border-color: #ffe8f7;
}

/* =============================
   SHOP PAGE
   ============================= */

/* Rewards Bar */
.shop-rewards-bar {
  background: #fff;
  border-bottom: 1px solid #E8E8EE;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.shop-rewards-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 100%;
  padding: 0 1.5rem;
}

.shop-rewards-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.shop-rewards-bolt {
  color: #00A344;
  font-size: 14px;
}

.shop-rewards-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
}

.shop-rewards-center {
  flex: 1;
}

.shop-rewards-msg {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #00a344;
  margin-bottom: 0.35rem;
  text-align: center;
  font-size: 14px;
}

.shop-rewards-bonus {
  color: #ff1ab3;
}

.shop-progress-wrap {
  position: relative;
}

.shop-progress-track {
  position: relative;
  height: 8px;
  background: #E0E0E0;
  border-radius: 999px;
}

.shop-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(to right, #00A344, #FF1AB3);
  transition: width 0.3s ease;
}

.shop-milestone-tick {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #C0C0C8;
  border-radius: 1px;
}

.shop-milestone-labels {
  position: relative;
  height: 16px;
  margin-top: 4px;
}

.shop-milestone-lbl {
  position: absolute;
  transform: translateX(-50%);
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  color: #999;
  white-space: nowrap;
}

.shop-rewards-right {
  flex-shrink: 0;
}

.shop-rewards-count {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}

/* Shop Page Header */
.shop-page-header {
  padding: 1.5rem 0;
  background: #f7f7f7;
}

.shop-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E0E0E8;
  border-radius: 8px;
  color: #353537;
  text-decoration: none;
  font-size: 14px;
  flex-shrink: 0;
  transition: border-color 0.2s, color 0.2s;
}

.shop-back-btn:hover {
  border-color: #00A344;
  color: #00A344;
}

.shop-page-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  color: #0D0D0D;
  line-height: 1.1;
  margin: 0;
}

.shop-title-gradient {
  background: linear-gradient(90deg, #FF1AB3 0%, #00A344 50%, #FF1AB3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shop-page-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  margin: 0;
}

.shop-cart-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  border: 1px solid #E0E0E8;
  border-radius: 8px;
  padding: 0.6rem 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #0D0D0D;
  text-decoration: none;
  position: relative;
  transition: border-color 0.2s;
}

.shop-cart-header-btn:hover {
  border-color: #00A344;
  color: #0D0D0D;
}

.shop-cart-header-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #FF1AB3;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Shop Main Wrap */
.shop-main-wrap {
  padding: 1.5rem 0 4rem;
  background: #F7F7F7;
  min-height: 80vh;
}

/* Filter Panel */
.shop-filter-panel {
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 14px;
  padding: 1.25rem;
}

.shop-filter-header {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  color: #00A344;
  text-transform: uppercase;
}

.shop-filter-search {
  position: relative;
}

.shop-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 12px;
}

.shop-search-input {
  width: 100%;
  border: 1px solid #E0E0E8;
  border-radius: 8px;
  padding: 0.6rem 0.75rem 0.6rem 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #353537;
  outline: none;
  transition: border-color 0.2s;
}

.shop-search-input:focus {
  border-color: #00A344;
}

.shop-search-input::placeholder {
  color: #ABABBC;
  font-size: 11px;
}

.shop-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.shop-filter-pill {
  border: 1px solid #E0E0E8;
  border-radius: 999px;
  background: #fff;
  padding: 0.3rem 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
}

.shop-filter-pill:hover,
.shop-filter-pill.active {
  background: rgb(0 163 68/20%);
  border-color: #00A344;
  color: #00A344;
  font-weight: 400;
}

.shop-filter-desc {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #888;
  line-height: 1.55;
  margin: 0;
}

.shop-filter-btn {
  background: #00A344;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  width: auto;
  text-align: center;
  transition: background 0.2s;
}

.shop-filter-btn:hover {
  background: #008a38;
  color: #fff;
}

/* Slab Gallery Header */
.slab-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.slab-gallery-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  color: #0D0D0D;
  margin: 0;
}

.slab-gallery-count {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
}

/* Slab Card */
.slab-card {
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.slab-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.slab-card-top {
  /* background: #F7F7F7; */
  padding: 0.75rem 0.75rem 0rem;
  /* border-bottom: 1px solid #F0F0F0; */
}

.slab-grade-badge {
  display: block;
  align-items: center;
  /* background: rgba(0, 163, 68, 0.1); */
  color: #00A344;
  border: 1px solid rgba(0, 163, 68, 0.2);
  border-radius: 999px;
  font-family: Inter;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.8px;
  padding: 0.2rem 0.55rem;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  white-space: nowrap;
  /* float: right; */
  justify-self: end;
}

.slab-set-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  color: #00A344;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
  display: inline-block;
  background: #E5F6EC;
  padding: 2px 5px;
  border-radius: 4px;
}

.slab-set-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slab-team-tag {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #555;
  letter-spacing: 1px;
}

.slab-card-body {
  padding: 0.75rem 0.75rem 0.25rem;
  flex: 1;
}

.slab-player-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #0D0D0D;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.slab-sport {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.slab-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.slab-price {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #ff1ab3;
  line-height: 1;
}

.slab-rarity {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
}

.slab-rarity-ultra {
  background: rgba(255, 26, 179, 0.1);
  color: #FF1AB3;
}

.slab-rarity-common {
  background: #F0F0F0;
  color: #888;
}

.slab-rarity-gold {
  background: rgba(255, 196, 0, 0.15);
  color: #FACC15;
}

.slab-rarity-new {
  background: rgba(0, 163, 68, 0.1);
  color: #00A344;
}

.slab-add-btn {
  background: #FF1AB3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 0.65rem 0.5rem;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  text-align: center;
  transition: background 0.2s;
  margin-top: auto;
}

.slab-add-btn:hover {
  background: #d4009a;
  color: #fff;
}

/* Right Sidebar */
.shop-sidebar-card {
  background: #fff;
  border: 1px solid #E8E8EE;
  border-radius: 14px;
  padding: 1.25rem;
}

.shop-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-sidebar-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #FF1AB3;
  text-transform: uppercase;
  display: block;
}

.shop-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 50, 50, 0.08);
  color: #E53935;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.shop-live-dot {
  width: 6px;
  height: 6px;
  background: #E53935;
  border-radius: 50%;
  animation: shopLivePulse 1.2s infinite;
}

@keyframes shopLivePulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.shop-killing-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.shop-killing-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #353537;
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

.shop-killing-dismiss {
  background: rgba(255, 26, 179, 0.1);
  border: none;
  color: #FF1AB3;
  font-size: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.2s;
}

.shop-killing-dismiss:hover {
  background: #FF1AB3;
  color: #fff;
}

/* Payout Grid */
.shop-payout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.shop-payout-tier {
  border: 1px solid #E8E8EE;
  border-radius: 10px;
  padding: 0.6rem 0.4rem;
  text-align: center;
}

.shop-payout-popular {
  border-color: #00A344;
  background: rgba(0, 163, 68, 0.04);
}

.shop-payout-buy {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  color: #888;
  margin-bottom: 0.1rem;
  line-height: 1.3;
}

.shop-payout-spend {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0D0D0D;
  margin-bottom: 0.1rem;
}

.shop-payout-label {
  font-family: 'Inter', sans-serif;
  font-size: 8px;
  color: #888;
  margin-bottom: 0.1rem;
  line-height: 1.3;
}

.shop-payout-amount {
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #00A344;
  margin: 0;
  line-height: 1;
}

.shop-payout-link {
  display: block;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #353537;
  text-decoration: none;
  border: 1px solid #E0E0E8;
  border-radius: 8px;
  padding: 0.55rem;
  transition: border-color 0.2s, color 0.2s;
}

.shop-payout-link:hover {
  border-color: #00A344;
  color: #00A344;
}

/* Player Request */
.shop-player-req-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #555;
  line-height: 1.55;
  margin: 0;
}

.shop-player-req-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.shop-player-input {
  border: 1px solid #E0E0E8;
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #353537;
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
}

.shop-player-input:focus {
  border-color: #FF1AB3;
}

.shop-player-input::placeholder {
  color: #ABABBC;
}

.shop-player-req-btn {
  background: #FF1AB3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 0.6rem;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  transition: background 0.2s;
}

.shop-player-req-btn:hover {
  background: #d4009a;
  color: #fff;
}

.slider-shop {
  display: flex;
  justify-content: space-between;
}

strong.pink {
  color: #ff1ab3;
}

.green {
  color: #00a344;
}

span.pink {
  color: #ff1ab3;
}

.shop-filter-pills .shop-filter-pill {
  border-radius: 7px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 400;
}

.slab-card.yellow {
  border: 1px solid rgb(234 179 8 / 60%);
  box-shadow: 0 4px 12px rgb(234 179 8 / 30%);
}

.slab-card.black {
  border: 1px solid rgb(62 65 70/60%);
  box-shadow: 0 4px 12px rgb(62 65 70/ 30%);
}

.slab-card.blue {
  border: 1px solid rgb(37 99 235/60%);
  box-shadow: 0 4px 12px rgb(37 99 235/ 30%);
}

a.shop-cart-header-btn i {
  color: #00a344;
}

.footer-contact-list li i.fa-envelope {
  color: #ff1ab3;
}

/* ============================================================
   ANIMATION SYSTEM â€” Preloader, Curtain, Nav, Tilt
   ============================================================ */

/* Preloader */
body.preloading {
  overflow: hidden;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #0D0D0D;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.preloader-text {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #fff;
}

.preloader-text span {
  color: #00A344;
}

.preloader-track {
  width: 220px;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.preloader-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #00A344, #FF1AB3);
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 999px;
}

/* Page Curtain */
.page-curtain {
  position: fixed;
  inset: 0;
  background: #0D0D0D;
  z-index: 99998;
  transform: scaleY(0);
  transform-origin: bottom;
  pointer-events: none;
}

/* Nav scroll state */
#nav-header-menu {
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

#nav-header-menu.nav-scrolled {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}

/* 3D tilt cards â€” preserve-3d context */
.slab-card,
.coupoun-card,
.sports-card,
.offer-card,
.hiw-feature-card,
.hiw-offer-card,
.payment-method-card {
  transform-style: preserve-3d;
  will-change: transform;
  cursor: pointer;
}

/* HIW step sections */
.hiw-step-section {
  position: relative;
}

/* Philosophy mini-divider */
.mini-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #00A344, #FF1AB3);
  border-radius: 999px;
  transform-origin: left;
}

/* Highlight pink text spacing for animation */
.highlight-pink-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FF1AB3;
  letter-spacing: 4px;
  display: block;
}

.deer-card:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.ws-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

/* â”€â”€ Room â”€â”€ */
.ws-room {
  position: relative;
  width: 100%;
  height: 620px;
  /* background: radial-gradient(ellipse 90% 70% at 50% 100%,
      #221005 0%, #0f0703 50%, #020101 100%); */
  overflow: hidden;
}

/* â”€â”€ Star canvas (full room overlay) â”€â”€ */
.ws-stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* â”€â”€ Smoke wisps â”€â”€ */
.ws-smoke {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  filter: blur(60px);
  opacity: 0;
}

.ws-smoke--amber {
  width: 340px;
  height: 220px;
  background: radial-gradient(ellipse, rgba(200, 110, 20, .28), transparent 70%);
  top: 5%;
  left: -60px;
  animation: ws-drift-l 18s ease-in-out infinite;
}

.ws-smoke--amber.ws-smoke--r {
  left: auto;
  right: -60px;
  animation: ws-drift-r 22s ease-in-out 4s infinite;
}

.ws-smoke--teal {
  width: 280px;
  height: 180px;
  background: radial-gradient(ellipse, rgba(20, 160, 130, .18), transparent 70%);
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: ws-drift-c 25s ease-in-out 2s infinite;
}

.ws-smoke--purple {
  width: 260px;
  height: 160px;
  background: radial-gradient(ellipse, rgba(100, 40, 180, .16), transparent 70%);
  top: 30%;
  left: 30%;
  animation: ws-drift-l 20s ease-in-out 8s infinite;
}

@keyframes ws-drift-l {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }

  15% {
    opacity: 1;
  }

  50% {
    transform: translate(40px, -30px) scale(1.15);
    opacity: .85;
  }

  85% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: translate(80px, 10px) scale(.9);
  }
}

@keyframes ws-drift-r {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1);
  }

  15% {
    opacity: 1;
  }

  50% {
    transform: translate(-50px, -25px) scale(1.2);
    opacity: .8;
  }

  85% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    transform: translate(-90px, 15px) scale(.85);
  }
}

@keyframes ws-drift-c {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(1);
  }

  20% {
    opacity: .7;
  }

  50% {
    transform: translateX(-50%) translateY(-20px) scale(1.1);
    opacity: .5;
  }

  80% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(.9);
  }
}

/* â”€â”€ Wood wall â”€â”€ */
.ws-wall {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 52%;
  display: flex;
  gap: 8px;
  padding: 0 55px;
  box-sizing: border-box;
  z-index: 3;
}

.ws-panel {
  flex: 1;
  border: 1px solid rgba(90, 55, 20, .32);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(42, 22, 7, .8) 0%, rgba(18, 9, 2, .55) 100%);
}

.ws-panel--dark {
  flex: .5;
  background: rgba(5, 3, 1, .97);
  border-color: rgba(55, 30, 8, .2);
}

/* â”€â”€ Ceiling cone â”€â”€ */
.ws-light {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 520px;
  background: radial-gradient(ellipse 50% 60% at 50% 0%,
      rgba(255, 215, 115, .1) 0%,
      rgba(255, 165, 55, .045) 38%,
      transparent 65%);
  pointer-events: none;
  z-index: 4;
}

/* â”€â”€ Shelf â”€â”€ */
.ws-shelf {
  position: absolute;
  bottom: 118px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 5;
}

.ws-shelf-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
      transparent,
      rgba(180, 180, 180, .2) 15%,
      rgba(225, 225, 225, .28) 50%,
      rgba(180, 180, 180, .2) 85%,
      transparent);
  border-radius: 3px;
}

.ws-sg {
  width: 78%;
  height: 3px;
  border-radius: 3px;
}

.ws-sg--green {
  background: linear-gradient(90deg,
      transparent,
      rgba(45, 215, 85, .7) 30%, rgba(45, 215, 85, 1) 50%,
      rgba(45, 215, 85, .7) 70%, transparent);
  box-shadow: 0 0 14px 4px rgba(45, 215, 85, .32), 0 0 40px 8px rgba(45, 215, 85, .11);
}

.ws-sg--pink {
  background: linear-gradient(90deg,
      transparent,
      rgba(215, 45, 155, .65) 30%, rgba(215, 45, 155, .95) 50%,
      rgba(215, 45, 155, .65) 70%, transparent);
  box-shadow: 0 0 12px 3px rgba(215, 45, 155, .28), 0 0 32px 6px rgba(215, 45, 155, .1);
}

/* â”€â”€ Card stage â”€â”€ */
.ws-stage {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1100px;
  height: 520px;
  z-index: 6;

  /* ============================================================
     ROW POSITION PARAMETERS â€” edit these numbers to shift rows.
     Units are raw px (scaled automatically on smaller screens).
     --ws-row1-bottom : back row   â€” distance from stage bottom
     --ws-row2-bottom : middle row â€” distance from stage bottom
     --ws-row3-bottom : front row  â€” distance from stage bottom
     --ws-row1-gap    : back-row   card spacing (px)
     --ws-row2-gap    : middle-row card spacing (px)
     --ws-row3-gap    : front-row  card spacing (px)
     --ws-row1-count  : number of cards in back row
     --ws-row2-count  : number of cards in middle row
     --ws-row3-count  : number of cards in front row
     --ws-row1-x      : back row horizontal start offset (px)
     --ws-row2-x      : middle row horizontal start offset (px)
     --ws-row3-x      : front row horizontal start offset (px)
     ============================================================ */
  --ws-row1-bottom: 275;
  --ws-row2-bottom: 192;
  --ws-row3-bottom: 100;
  --ws-row1-gap: 140;
  --ws-row2-gap: 130;
  --ws-row3-gap: 122;
  --ws-row1-count: 7;
  --ws-row2-count: 7;
  --ws-row3-count: 7;
  --ws-row1-x: 100;
  --ws-row2-x: 110;
  --ws-row3-x: 30;

}

/* â”€â”€ Card wrapper â”€â”€ */
.ws-card {
  position: absolute;
  bottom: 0;
  perspective: 1000px;
  cursor: pointer;
  transform-origin: bottom center;
  animation: ws-float var(--dur, 3s) ease-in-out var(--delay, 0s) infinite alternate;
}

.ws-card:hover {
  z-index: 50 !important;
  animation-play-state: paused;
}

@keyframes ws-float {
  from {
    transform: rotate(var(--rot, 0deg)) translateY(0px);
  }

  to {
    transform: rotate(var(--rot, 0deg)) translateY(var(--travel, -7px));
  }
}

/* â”€â”€ 3-D inner â”€â”€ */
.ws-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .68s cubic-bezier(.34, 1.5, .64, 1), filter .3s ease;
}

.ws-card:hover .ws-inner {
  transform: translateY(-100px) rotateY(180deg) scale(1.15);
  filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.9));
  z-index: 30;
  /* Higher than slab-wrapper */
  position: relative;
}

.ws-card:hover .slab-wrapper {
  z-index: 5;
  /* Lower than inner on hover */
}

/* HOVER: Lid Slides Up & Whole Thing Flips */
.ws-card:hover .slab-top {
  transform: translateY(-50px);
}

.ws-card:hover .card-slot {
  transform: scale(1.05);
}

.ws-g-green {
  --glow-color: #2dd755;
}

.ws-g-pink {
  --glow-color: #d72d9b;
}

.ws-g-amber {
  --glow-color: #ffbe37;
}

/* â”€â”€ Faces â”€â”€ */
.ws-front,
.ws-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.ws-back {
  transform: rotateY(180deg);
  background: linear-gradient(145deg, #0b1622 0%, #0d2040 55%, #162f52 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ws-back-star {
  font-size: 20px;
  color: #e8c84a;
  line-height: 1;
}

.ws-back-brand {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 7px;
  font-weight: 900;
  color: rgba(255, 255, 255, .4);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ws-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ws-ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #141e14, #080e08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: rgba(255, 255, 255, .18);
  font-family: monospace;
}

/* â”€â”€ Slab label â”€â”€ */
.ws-label {
  position: absolute;
  top: -21px;
  left: -3px;
  right: -3px;
  height: 21px;
  background: #060606;
  border: 2px solid rgba(160, 190, 255, .22);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  box-sizing: border-box;
}

.ws-grade {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
  background: #e8c84a;
  color: #000;
  padding: 1px 4px;
  border-radius: 2px;
  line-height: 1.5;
}

.ws-cert {
  font-family: monospace;
  font-size: 5.5px;
  color: rgba(255, 255, 255, .28);
}

/* â”€â”€ Plastic slab â”€â”€ */
.ws-slab {
  position: absolute;
  inset: -3px;
  border: 2.5px solid rgba(210, 228, 255, .13);
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 0 0 1px rgba(0, 0, 0, .9);
  pointer-events: none;
}

.ws-slab::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8%;
  right: 52%;
  height: 38%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), transparent);
  border-radius: 5px 5px 0 0;
}

/* Glow tints */
.ws-g-green .ws-slab {
  border-color: rgba(45, 215, 85, .26);
  box-shadow: inset 0 0 0 1px rgba(45, 215, 85, .07), 0 0 14px rgba(45, 215, 85, .22);
}

.ws-g-pink .ws-slab {
  border-color: rgba(215, 45, 155, .26);
  box-shadow: inset 0 0 0 1px rgba(215, 45, 155, .07), 0 0 14px rgba(215, 45, 155, .22);
}

.ws-g-amber .ws-slab {
  border-color: rgba(220, 150, 30, .26);
  box-shadow: inset 0 0 0 1px rgba(220, 150, 30, .07), 0 0 14px rgba(220, 150, 30, .22);
}

/* â”€â”€ Floor vignette â”€â”€ */
.ws-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 125px;
  background: linear-gradient(180deg,
      transparent 0%, rgba(4, 2, 0, .55) 40%, rgba(1, 0, 0, .97) 100%);
  pointer-events: none;
  z-index: 7;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width:960px) {
  .ws-room {
    height: 520px
  }

  .ws-stage {
    height: 400px;
    bottom: 0;
    --ws-row1-bottom: 380;
    --ws-row2-bottom: 150;
    --ws-row3-bottom: 18;
    --ws-row1-gap: 110;
    --ws-row2-gap: 102;
    --ws-row3-gap: 96;
    --ws-row1-count: 6;
    --ws-row2-count: 6;
    --ws-row3-count: 6;
    --ws-row1-x: 20;
    --ws-row2-x: 40;
    --ws-row3-x: 60;
  }

  .ws-shelf {
    bottom: 97px
  }
}

@media (max-width:720px) {
  .ws-room {
    height: 420px
  }

  .ws-stage {
    height: 320px;
    bottom: 0;
    --ws-row1-bottom: 220;
    --ws-row2-bottom: 118;
    --ws-row3-bottom: 14;
    --ws-row1-gap: 90;
    --ws-row2-gap: 84;
    --ws-row3-gap: 78;
    --ws-row1-count: 5;
    --ws-row2-count: 5;
    --ws-row3-count: 5;
    --ws-row1-x: 15;
    --ws-row2-x: 30;
    --ws-row3-x: 45;
  }

  .ws-shelf {
    bottom: 75px
  }
}

@media (max-width:480px) {
  .ws-room {
    height: 340px
  }

  .ws-stage {
    height: 255px;
    bottom: 0;
    --ws-row1-bottom: 165;
    --ws-row2-bottom: 88;
    --ws-row3-bottom: 10;
    --ws-row1-gap: 66;
    --ws-row2-gap: 62;
    --ws-row3-gap: 58;
    --ws-row1-count: 4;
    --ws-row2-count: 4;
    --ws-row3-count: 4;
    --ws-row1-x: 10;
    --ws-row2-x: 20;
    --ws-row3-x: 30;
  }

  .ws-shelf {
    bottom: 57px
  }
}

div#wsCardsSection {
  background-image: url(../images/cards-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.demo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 3rem 1rem 2rem;
  background: #1a1a1a;
  border-radius: 16px;
  margin: 1rem 0;
}

.slab-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
  z-index: 20;
}

/* YOUR CARD GOES HERE â€” replace background with your image */
.card-slot {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(.22, .68, 0, 1.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.08em;
}

/* SLAB BODY â€” outer acrylic shell */
.slab-body {
  position: absolute;
  inset: -11px -11px -11px -11px;
  border-radius: 13px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  z-index: 4;
  pointer-events: none;
}

/* inner inset line (acrylic depth effect) */
.slab-body::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* LEFT/RIGHT vertical rails */
.slab-rail-l,
.slab-rail-r {
  position: absolute;
  top: -11px;
  bottom: -11px;
  width: 11px;
  z-index: 5;
  pointer-events: none;
}

.slab-rail-l {
  left: -11px;
  border-radius: 13px 0 0 13px;
  background: rgba(255, 255, 255, 0.07);
  border-left: 2px solid rgba(255, 255, 255, 0.35);
}

.slab-rail-r {
  right: -11px;
  border-radius: 0 13px 13px 0;
  background: rgba(255, 255, 255, 0.07);
  border-right: 2px solid rgba(255, 255, 255, 0.35);
}

/* SLAB BOTTOM label bar */
.slab-bottom {
  position: absolute;
  left: -11px;
  right: -11px;
  bottom: -11px;
  height: 32px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0 0 13px 13px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 6;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slab-grade {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
}

/* TOP PANEL â€” the part that slides open */
.slab-top {
  position: absolute;
  left: -11px;
  right: -11px;
  top: -11px;
  height: 56px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 13px 13px 0 0;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  z-index: 8;
  transition: transform 0.55s cubic-bezier(.22, .68, 0, 1.2);
  pointer-events: none;
  overflow: hidden;
}

/* acrylic shine on top panel */
.slab-top::before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 6px;
  height: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.22);
}

/* two subtle horizontal ridges on top panel */
.slab-top::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  top: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.1);
}

/* corner brackets */
.slab-corner {
  position: absolute;
  width: 9px;
  height: 9px;
  border-color: rgba(255, 255, 255, 0.55);
  border-style: solid;
  z-index: 9;
  pointer-events: none;
}

.c-tl {
  top: -8px;
  left: -8px;
  border-width: 2px 0 0 2px;
  border-radius: 3px 0 0 0;
}

.c-tr {
  top: -8px;
  right: -8px;
  border-width: 2px 2px 0 0;
  border-radius: 0 3px 0 0;
}

.c-bl {
  bottom: -8px;
  left: -8px;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 3px;
}

.c-br {
  bottom: -8px;
  right: -8px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 3px 0;
}

/* HOVER â€” top panel slides up */
.slab-wrapper:hover .slab-top {
  transform: translateY(-58px);
}

.slab-wrapper:hover .card-slot {
  transform: scale(1.03) translateY(-3px);
}

figure.prod-img img {
  width: 100%;
  height: 350px;
  position: relative;
  transform-style: preserve-3d;

  transition: transform .68s cubic-bezier(.34, 1.5, .64, 1), filter .3s ease;
}


figure.prod-img img:hover {
  transform: rotateY(180deg);
  transition-delay: 0.25s;
  /* Added this line */

}