@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
@import url('navbar.css');
@import url('main.css');
@import url('/style.css');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&display=swap');
html, body {
  touch-action: manipulation;
}
body {
  margin: 0;
  background-color: var(--panel);
  scroll-behavior: smooth;
}
.announcement-bar {
  position: relative;    
  isolation: isolate;     
  width: 100%;
  background: var(--panel-2);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  z-index: 9999;       
}


.announcement-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.god-rays {
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  margin-bottom: -500px;
  --stripes: repeating-linear-gradient(
    100deg,
    var(--ray-dark1) 0%,
    var(--ray-dark1) 7%,
    var(--ray-transparent) 10%,
    var(--ray-transparent) 12%,
    var(--ray-dark1) 16%
  );

  --rays: repeating-linear-gradient(
    100deg,
    var(--ray-light1) 10%,
    var(--ray-light2) 15%,
    var(--ray-light1) 20%,
    var(--ray-dark2) 25%,
    var(--ray-light1) 30%
  );

  background-image: var(--stripes), var(--rays);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  animation: fadeIn 2s ease;
  mask-image: radial-gradient(ellipse at 100% 0%, rgba(255, 255, 255, 0) 40%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, white 40%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.god-rays::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--stripes), var(--rays);
    background-size: 200%, 100%;
    animation: god-rays 40s linear infinite;
    background-attachment: fixed;
    mix-blend-mode: difference;
}
@keyframes god-rays {
    0% {
        background-position: 0% 0%, 0% 0%;
    }
    100% {
        background-position: 200% 200%, 100% 100%;
    }
  }
.announcement-group {
  display: flex;
  gap: 40px;
  padding: 6px 0;
  flex-shrink: 0;           
}

.announcement-group span {
  color: var(--text);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



.biggrid {
  position: absolute;
  inset: 0;

  filter: blur(1px);
  background: linear-gradient(
      to right,
      var(--pillbackground) 1px,
      transparent 1.5px
    ),
    linear-gradient(to bottom, var(--pillbackground) 1px, transparent 1.5px);
  background-size: 90px 90px;

  pointer-events: none;
  z-index: 0;
}

.frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  padding: 40px;
  background-color: var(--bg);
}

.navbar {
  background-color: var(--overlay);
  backdrop-filter: blur(40px);
  border-bottom: solid 1px var(--border);
  position: sticky;
}
#productRain {
  inset: 0;
  overflow: hidden;
  pointer-events: none;

  z-index: -1;
}

.rain-item {
  position: absolute;
  top: -50%;
  pointer-events: none;
  object-fit: contain;
  will-change: transform;
  animation: fall linear forwards;
  z-index: -1 !important;
}
.navbar,
.side-menu,
#notification-container {
  z-index: 1000;
}

.depth-1 {
  filter: blur(0);
  opacity: 1;
  z-index: 3;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}
.depth-2 {
  filter: blur(2px);
  z-index: 2;
}
.depth-3 {
  filter: blur(4px);
  z-index: 1;
}

@keyframes fall {
  from {
    transform: translateY(130%);
  }
  to {
    transform: translateY(150vh);
  }
}

.landing {
  height: 1035px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  min-width: 700px;
}





.logo-alt {
  width: 120px;
}
.left-card h2 {
  color: var(--accent) !important
}
.dlogo {
  width: 120px;
  margin: 0 0 10px 0;
  transform: rotate(-7deg);
}

.hero-title {
  color: var(--text);
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left; 
}

.hero-description {
  color: var(--text-secondary);
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}

.btn-spreadsheet {
  padding: 16px 28px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--accent), var(--accentdark));
  color: var(--bg);
  box-shadow:
    0 0 140px var(--accentrgb);
      position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  }

  
.btn-spreadsheet:hover {
  transform: scale(1.07);
  box-shadow: 
    0 0 180px var(--accentrgb),
    0 10px 40px rgba(0,0,0,.35);
}

.btn-spreadsheet::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );
  transform: rotate(25deg);
  transition: all .6s ease;
}

.btn-spreadsheet:hover::before {
  left: 130%;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .btn-spreadsheet {
    padding: 12px 35px;
    font-size: 1rem;
  }
}


.logo-alt,
.hero-title,
.hero-description,
.btn-spreadsheet {
  animation: slide-in-top 0.8s ease forwards;
}

.questions-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;   
}

.questions-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  background: var(--pillbackground);
  border: 1px solid var(--pillborder);
  border-radius: 999px;
  margin-bottom: 15px;
  opacity: 0;
}

.loaded .questions-pill {
    animation: headerin 0.7s ease .7s forwards;
}


.info-icon {
  width: 14px;
  height: 14px;
}

.product-showcase-horizontal {
  display: none !important;
  background-color: var(--panel-2);
  border-top: 1px solid var(--accentdarker);
}



.faq {
  background-color: var(--bg);
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.faq-overlay {
  position: absolute;
  top: 900px;
  left: 0;
  width: 100%;
  height: 20px;
  pointer-events: none;
  z-index: 1;
  letter-spacing: -.1em;
}

.header {
  text-align: center;
  font-size: 52px;
  font-family: "Anton", "Anton Placeholder", sans-serif;
  color: var(--text);
}

.faq .header {
  opacity: 0;
}

.faq .description {
  opacity: 0;
}

.faq .faq-container {
  opacity: 0;
}

.loaded .faq .header  {
  animation: headerin 0.7s ease .7s forwards;
}

@keyframes logoIn {
  from { opacity: 0; transform: scale(0.6); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes titleIn {
  from { opacity: 0; transform: translateY(10px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes descIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes pullDown {
  from { opacity: 0; transform: scaleY(0.3) translateY(-20px); }
  to   { opacity: 1; transform: scaleY(1) translateY(0); }
}


@keyframes headerin {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}


.loaded .faq .description  {
  animation: descriptionin 0.7s ease .8s forwards;
}


@keyframes descriptionin {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}


.loaded .faq .faq-container  {
  animation: descriptionin 0.7s ease .9s forwards;
}


@keyframes descriptionin {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}




.page-title {
  text-align: center;
  font-size: 100px;
  font-family: "Anton", "Anton Placeholder", sans-serif;
  color: var(--accent);
}

.updates {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px;
}

.description {
  text-align: center;
  color: var(--text-secondary);
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.faq-container {
  width: 100%;
  max-width: 940px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.faq-card {
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 10px
}

.faq-card-header {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  background-color: var(--panel);
  border-radius: 10px;
}

.faq-card-header:hover {
  background-color: var(--panel-2);
}

.faq-card-header-text {
  font-size: 18px;
  font-weight: 600;
}

.faq-card-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  fill: var(--text);
}

.faq-card.active .faq-card-icon {
  transform: rotate(180deg);
}

.faq-card-body {
  overflow: hidden;
  transition: 0.5s ease;
  height: 0;
}

.faq-card-body-content {
  padding: 14px 20px 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: var(--text-secondary);
  background-color: var(--panel);
    border-radius: 0px 0px 10px 10px;
}

.faq-card.active .faq-card-body-content {
  opacity: 1;
  transform: translateY(0);
}

.faq-card.active .faq-card-header {
  border-radius: 10px 10px 0px 0px;

}


.promo-scene {
  perspective: 1000px;
  max-width: 1100px;
  margin: 0 auto;
}
@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.promo-frame {
  position: relative;
  max-width: 1100px;
  height: 420px;
  margin: 60px auto;
  padding: 60px;
  background: radial-gradient(circle at top, var(--accent) -300%, var(--panel) 70%);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 10px;
  transform: scale(0.88);
  opacity: 0;

  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  will-change: transform, opacity;
}



.promo-frame.in-view {
  transform: scale(1);
  opacity: 1;
}

.promo-content {
  z-index: 2;
  transform: translateZ(40px);
}

.promo-content h1 {
  color: var(--accent);
  font-size: 3.2rem;
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.promo-btn {
  display: inline-block;
  padding: 14px 34px;
  background: var(--accent);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.4s ease, background-color 0.25s ease;
}

.promo-btn:hover {
  background-color: transparent;
  border: solid 2px var(--accent);
  color: var(--accent);
  transform: scale(1.05);
}

.promo-box {
  width: 360px;
  transform: translateZ(120px);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.9));
  animation: floatBox 3s ease-in-out infinite;
}
@keyframes floatBox {
  0%   { transform: translateZ(120px) translateY(0); }
  50%  { transform: translateZ(140px) translateY(-14px); }
  100% { transform: translateZ(120px) translateY(0); }
}
.site-footer {
  padding: 40px 60px 20px;
  margin: 0 auto;
  background-color: var(--panel);
  border-top: 1px solid var(--border);

}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center; 
  padding: 15px;
  gap: 20px;                
  width: 100%;
}


.footer-intro {
    width: 1200px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.footer-intro p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: var(--text-secondary);
  text-transform: uppercase;
}

.brand-logo {
  height: 60px;
  transform: rotate(-10deg);
  object-fit: contain;
}

.footer-nav-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.footer-nav {
  display: flex;
  gap: 120px;
}

.footer-nav h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--text);
  margin-bottom: 10px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-nav a {
  text-decoration: none;
  color: var(--text-secondary);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: var(--text);
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text);
  margin-top: 30px;
  flex-wrap: wrap;
  margin: auto;
}

.footer-links-meta a {
  margin-left: 20px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-meta a:hover {
  color: #fff;
}

.socials {
  height: min-content;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 24px;
  width: min-content;
  padding: 0;
  display: flex;
  position: relative;
}

.socials {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-left: -8px;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

.social-btn img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.social-btn:hover {
  transform: scale(1.1);
}

.social-btn:hover img {
  transform: scale(1.2);
}

.timeline {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.entry {
  display: grid;
  grid-template-columns: 100px 40px 1fr;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
  animation: slideFade 0.6s ease forwards;
  opacity: 0;
}

.entry::before {
  content: "";
  position: absolute;
  left: 120px;
  top: -48px;
  bottom: -48px;
  width: 2px;
  background: var(--border);
}

.dot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--accent);
  border-radius: 50%;
  z-index: 2;
}

.card {
  background: var(--panel-2);
  border: 1px solid var(--border);
  padding: 20px 24px;
    border-radius: 10px;

}
.tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--panel-2);
  border: 1px solid var(--border);
  color: var(--accent);
  font-weight: 600;
}

.title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card ul {
  padding-left: 18px;
  margin: 0;
}

.card li {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.time {
  text-align: right;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.2;
}

.time .relative {
  color: var(--text-secondary);
}

.time .exact {
  margin-top: 4px;
  font-size: 11px;
  color: var(--muted);
}



.updates {
  position: relative;
}

.timeline-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .timeline {
    --line-x: 11px;
  }

  .entry {
    grid-template-columns: 24px 1fr;
    grid-template-areas:
      "dot time"
      "dot card";
    align-items: flex-start;
    gap: 8px 14px;
  }

  .entry::before {
    left: var(--line-x);
    top: -24px;
    bottom: -24px;
  }

  .dot {
    grid-area: dot;
  }

  .dot::before {
    left: calc(var(--line-x) - 6px);
  }

  .time {
    grid-area: time;
    text-align: left;
    font-size: 11px;
  }

  .card {
    grid-area: card;
    padding: 16px 18px;
  }

  .title {
    font-size: 16px;
  }

  .card li {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .timeline {
    padding: 0 8px;
  }

  .card {
    padding: 14px 16px;
  }

  .tag {
    font-size: 10px;
    padding: 3px 8px;
  }
}
.updates-overlay {
  position: absolute;
  inset: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(10px);
}

.timeline-wrapper:hover .timeline {
  filter: blur(3px);
}

.timeline-wrapper:hover .updates-overlay {
  opacity: 1;
  pointer-events: auto;
}

.card-container {
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
  padding: 25px;
  
}

#copy-icon {
  cursor: pointer;
  color: var(--text);
}

.left-card,
.right-card {
  padding: 40px;
  color: var(--text);
  
}

.left-card {
  flex: 1;
  background-color: var(--panel);
    border-radius: 10px 0px 0px 10px;
}

.right-card {
  flex: 1;
  background: var(--panel-2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
      border-radius: 0px 10px 10px 0px;
}

.left-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 16px 0;
}

.left-card p {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.5;
}

.invite-box {
  background-color: var(--bg);
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 10px;
}

.invite-box code {
  color: var(--text);
  background: none;
}

.join-btn {
  background-color: var(--accent);
  padding: 10px 16px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  width: 220px;
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--bg);
  text-decoration: none;
  border-radius: 10px;
}
.discord-icon {
  width: 24px;
  height: 24px;
}

.right-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  color: var(--text);
}

.right-card p {
  font-size: 15px;
  color: var(--text-secondary);
  margin-top: 8px;
  line-height: 1.4;
  max-width: 320px;
}
.action-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.help-section {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--accentdarker);
  background: repeating-linear-gradient(
      90deg,
      var(--pillbackground) 0px,
      var(--pillbackground) 2px,
      transparent 2px,
      transparent 120px
    ),
    repeating-linear-gradient(
      0deg,
      var(--pillbackground) 0px,
      var(--pillbackground) 2px,
      transparent 2px,
      transparent 120px
    ),
    radial-gradient(circle at center, var(--accentdarker), var(--bg) 60%);
  overflow: hidden;
}

.footerclass {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  min-width: 100%;
}

.footer-disclaimer {
  max-width: 480px;
}

.footer-disclaimer p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.footer-nav-wrapper {
  flex-shrink: 0;
}

.footer-nav {
  display: flex;
  gap: 80px;
}

@media (max-width: 1170px) {
  .footerclass {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }


  .footer-intro {
    display: flex;          
    flex-direction: column; 
    align-items: center;   
    justify-content: center; 
    text-align: center;     
    gap: 15px;              
  }

  .brand-logo {
    height: 60px;
    transform: rotate(-10deg);
    object-fit: contain;
}

  .footer-nav {
    gap: 40px;
  }

.card-container .right-card {
    display: none;
}

.card-container .left-card {
  display: flex;            
  flex-direction: column;   
  align-items: center;     
  justify-content: center; 
  text-align: center;     
}


}


.offer-overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.offer-btn.locked {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
  overflow: hidden;
}

.offer-btn.locked .glow-frame {
  position: absolute;
  inset: -1px;
  border-radius: 12px;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(0,255,160,0.6),
    transparent 80%
  );
  animation: glowSlide 4s linear forwards;
}

@keyframes glowSlide {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

.offer-btn.unlocked {
  pointer-events: auto;
  opacity: 1;
}

.offer-btn.unlocked .glow-frame {
  display: none;
}


.offer-popup {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  max-width: 420px;
  width: calc(100% - 40px);
  text-align: center;
  box-shadow: 0 25px 80px rgba(0,0,0,0.6);
  animation: popIn 0.35s ease;
}

.offer-badge {
  display: inline-block;
  background: var(--pillbackground);
  color: var(--accent);
  border: 1px solid var(--pillborder);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.offer-popup h2 {
  color: var(--text);
  font-size: 22px;
  margin-bottom: 10px;
}

.offer-popup p {
  color: var(--text-secondary);
  font-size: 14.5px;
  line-height: 1.5;
}

.offer-code {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.offer-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.offer-btn {
  flex: 1;
  padding: 12px 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
}

.offer-btn.primary {
  background: var(--accent);
  color: #000;
  text-decoration: none;
}

.offer-btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px var(--accent);
}

.offer-btn.secondary {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--border);
}

.offer-btn.secondary:hover {
  color: var(--text);
  border-color: var(--accent);
}

@keyframes popIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
 
 }
}

.landing {
  display: flex;
  overflow: hidden;
  margin-top: -100px;
}

.container {
  width: 50%;
  padding: 80px;
  z-index: 2;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
  padding: clamp(40px, 4vw, 60px) clamp(20px, 4vw, 40px);
  justify-items: center;
}



.loaded .product-showcase {
  animation: logoIn 0.3s ease forwards;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation-duration: 90s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.column.left,
.column.right {
  animation-name: scrollUp;
}

.column.middle {
  animation-name: scrollDown;
}
@media (max-width: 1400px) {
  .product-showcase {
    gap: 24px;
    padding: 50px 28px;
  }

  .product-card {
    max-width: 240px;
  }
}
@media (max-width: 1400px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .hero-description {
    font-size: 1.05rem;
  }

  .logo-alt {
    width: 100px;
  }
}

.product-card {
  background-color: var(--bg);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  width: 100%;
  max-width: clamp(220px, 18vw, 260px);
  aspect-ratio: 5 / 6;
    box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition:
    transform 0.45s cubic-bezier(.2,.8,.2,1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.product-card:hover {
  transform: translateY(-10px) scale(1.025);
  border-color: var(--pillborder);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.7),
    0 0 0 1px var(--pillborder),
    0 0 50px var(--pillborder);
}

.product-card img {
  width: 100%;
  height: 55%;
  object-fit: contain;
  margin-bottom: 12px;
  transition: transform 0.5s ease;
    transform: scale(1.3); 
}
.product-card:hover img {
  transform: scale(1.35); 
}

.product-name {
  font-size: 14px;
  margin-top: 14px;
  opacity: 0.9;
}

.product-price {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--muted);
}



@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-33%);
  }
}

@keyframes scrollDown {
  from {
    transform: translateY(-33%);
  }
  to {
    transform: translateY(0);
  }
}

.product-showcase-horizontal {
  display: flex;
  gap: 16px; 
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
}


.h-column {
  display: flex;
  gap: 16px;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.h-column.left {
  animation-name: scrollRight;
}

.h-column.middle {
  animation-name: scrollRight;
  animation-delay: 10s;
}

.h-column.right {
  animation-name: scrollRight;
  animation-delay: 20s;
}

.product-card-horizontal {
  background-color: var(--panel);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  min-width: 200px;       
  width: 200px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease, border-color 0.45s ease;
  flex-shrink: 0; 
}

.product-card-horizontal:hover {
  transform: translateY(-5px) scale(1.05);
  border-color: var(--pillborder);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.7),
    0 0 0 1px var(--pillborder),
    0 0 50px var(--pillborder);}

.product-card-horizontal img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 12px;
  transform: scale(1.2);
  transition: transform 0.5s ease;
}

.product-card-horizontal:hover img {
  transform: scale(1.25);
}

.product-name-horizontal {
  font-size: 13px;
  margin-top: 8px;
  opacity: 0.9;
}

.product-price-horizontal {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
}

@keyframes scrollRight {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(0);
  }
}



@media (min-width: 50px) and (max-width: 1170px) {

  .promo-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
      height: fit-content;
      justify-content: center;
        transform: none !important;

  }


.footer-disclaimer {
  min-width: 600px; 
  transform: scale(1.05)
}

body::before {
  content: none !important;    
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  filter: none !important;
  pointer-events: none !important;
  z-index: auto !important;
}


.navbar {
  border-radius: 0px;
  min-width: 100%;
  top: 0;
}

.cart-btn {
  display: none;
}



@keyframes popIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.product-showcase {
  display: none !important;
}


.container  {
  width: 100%;
}

.product-showcase-horizontal {
  display: flex !important;
  background: repeating-linear-gradient(90deg, var(--pillbackground) 0px, var(--pillbackground) 2px, transparent 2px, transparent 120px), repeating-linear-gradient(0deg, var(--pillbackground) 0px, var(--pillbackground) 2px, transparent 2px, transparent 120px), radial-gradient(circle at center, var(--accentdarker), var(--bg) 60%);
}
.description {
  font-size: 14px;
  font-weight: 400;
}

.faq-card-body-content{
  font-size: 14px;
    font-weight: 400;
    height: fit-content;
}

.navbar {
  height: 62px;
}

.container {
  margin: 0 auto;
  min-width: 100% !important;
  padding: 30px;
}
.landing {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 530px;
  margin-top: 0px;
}

.promo-frame {
  height: 400px;
}

.left-card {
height: 290px;
width: 370px;
  border-radius: 10px !important
}
.left-card p {
  font-size: 14px;
  font-weight: 300;
}


.hero-title {
  font-size: 32px;
}
.promo-box {
  height: 150px;
  width: 150px;
}
.promo-content h1 {
  font-size: 20px;
}

.promo-btn {
  margin-top: -30px;
      padding: 10px 30px;
  font-size: 15px;
}


.dlogo {
  width: 80px
}

.footer-disclaimer {
  min-width: fit-content;
}

.landing > * {
  position: relative;
  z-index: 1;
}

.invite-box {
  display: none;
}
.header {
  font-size: 28px;
}

.depth-1 {
  filter: blur(0);
  opacity: 1;
  z-index: 3;
  width: 320px;
  height: 280px;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}
.depth-2 {
  filter: blur(2px);
    width: 225px;
  height: 200px;
  z-index: 2;
}
.depth-3 {
  filter: blur(4px);
    width: 170px;
      height: 145px;
  z-index: 1;
}


  .promo-box {
    order: -1;
    margin-bottom: 12px;
    pointer-events: none;
  }

  .promo-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .promo-content h1 {
    line-height: 1.15;
  }

  .promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .frame {
    height: fit-content;
  }

}



@media (min-width: 992px) and (max-width: 1199px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

    .tab {
        flex: 0 0 auto; 
        min-width: 120px;  
        padding: 12px 12px; 
    }


        .tabs,
  .controls,
  .grid {
    margin-inline: auto;
        width: 92%;

  }

  
}

@media (min-width: 769px) and (max-width: 1100px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-btn {
    display: flex;
  }
      .tab {
        flex: 0 0 auto; 
        min-width: 120px;  
        padding: 12px 12px; 
        font-size: 20px;
    }

      .nav-links {
    display: none;
  }

 .controls {
    flex-direction: column;
    gap: 12px;
  }

  .controls select {
    order: 1;
        font-size: 17px;
      flex: 0 0 0;
  }

  .controls input {
    order: 2;
    font-size: 17px;
  }


}

@media (max-width: 810px) {


  .menu-btn {
display: flex;
    
  }
  .nav-links {
    display: none;
  }

  .tabs,
  .controls,
  .grid {
    width: 92%;
    margin-inline: auto;
  }

  .product-card {
    font-size: 0.95rem;
  }

      .tab {
        flex: 0 0 auto; 
        min-width: 140px;  
        padding: 12px 12px; 
    }

  .tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    height: 40px;
  }

  .btn.small {
    height: 40px;
  }



  .controls {
    flex-direction: column;
    gap: 12px;
  }

  .controls select {
    order: 1;
      flex: 0 0 0;
  }

  .controls input {
    order: 2;
  }

  .tab {
    width: 120px;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }


  .tabs button {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .tabs,
  .controls,
  .grid {
    width: 92%;
    margin-inline: auto;
  }

  .product-card {
    font-size: 0.95rem;
  }

  .tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    height: 40px;
  }

  .btn.small {
    height: 40px;
  }

  .controls {
    flex-direction: column;
    gap: 12px;
  }

  .controls select {
    order: 1;
    
  }

  .controls input {
    order: 2;
  }

  .tab {
    width: 120px;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tabs button {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

.glow {
  background: linear-gradient(
    90deg,
    var(--accent),
    var(--accentdark),
    var(--accent)
  );
  background-size: 200% 200%;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 0 100px var(--accentrgb);
font-weight: 800;
}


.shadow {
  background: linear-gradient(
    90deg,
    #dddddd,
    #818181,
    #868686
  );
  font-weight: 600;
  background-size: 200% 200%;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

}


.prefs-wrapper {
  position: relative;
}

.prefs-menu {
  position: absolute;
  top: 130%;
  right: 0;
  width: 220px;
  background: #0c0f14;
  border: 1px solid #1c232c;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,.5);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: all .2s ease;
  z-index: 1000;
}

.prefs-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.prefs-title {
  font-size: 14px;
  color: #e6e6e6;
  margin-bottom: 10px;
}

.prefs-item {
  font-size: 12px;
  color: #8b97a4;
  margin-bottom: 6px;
}

.currency-option {
  width: 100%;
  background: transparent;
  border: none;
  color: #e6e6e6;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}

.currency-option:hover {
  background: #161c23;
}
