/* Trump GTA — Young Peezy GTA style (Pricedown + Canterbury + Inter Tight) */

@font-face {
  font-family: Pricedown;
  font-display: swap;
  src: url("fonts/Pricedown.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Canterbury;
  font-display: swap;
  src: url("fonts/Canterbury.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --black: #000;
  --white: #fff;
  --purple: #a608b0;
  --purple-bright: #cb00d8;
  --green: #35c75a;
  --font-body: "Inter Tight", sans-serif;
  --font-gta: Pricedown, sans-serif;
  --font-ui: Canterbury, serif;
  --header-h: 5.5rem;
  --container: 72rem;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--white);
  background: var(--black);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

code {
  font-family: inherit;
  word-break: break-all;
}

.green {
  color: var(--green);
}

/* ── Background ── */
.bg-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--black);
}

#particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bg-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(0, 0, 0, 0.85) 100%);
}

/* ── GTA Typography ── */
.gta-title {
  font-family: var(--font-gta);
  font-weight: 400;
  font-size: clamp(3rem, 10vw, 5.5rem);
  line-height: 0.85;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow:
    3px 3px 0 var(--black),
    -1px -1px 0 var(--black),
    1px -1px 0 var(--black),
    -1px 1px 0 var(--black),
    0 0 30px rgba(166, 8, 176, 0.45);
}

.gta-canterbury {
  font-family: var(--font-ui);
  font-weight: 400;
  color: var(--purple);
}

.gta-value-sm {
  font-family: var(--font-gta);
  font-size: 1.35em;
  color: var(--white);
}

/* ── GTA Buttons (Young Peezy style) ── */
.gta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0.1875rem solid var(--white);
  padding: 1rem 1.75rem;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  box-shadow: inset 0.25rem 0.25rem 0 var(--purple), 0.25rem 0.25rem 0 var(--purple);
}

.gta-btn span {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--purple);
  transition: color 0.2s;
}

.gta-btn:hover {
  border-color: var(--purple-bright);
  transform: translate(-2px, -2px);
  box-shadow: inset 0.35rem 0.35rem 0 var(--purple-bright), 0.35rem 0.35rem 0 var(--purple-bright);
}

.gta-btn:hover span {
  color: var(--purple-bright);
}

.gta-btn--nav {
  padding: 0.85rem 1.5rem;
  font-family: var(--font-ui);
  font-size: 1.1rem;
  color: var(--purple);
}

.gta-btn--nav span {
  font-size: 1.1rem;
}

.gta-btn--outline {
  box-shadow: inset 0.25rem 0.25rem 0 rgba(166, 8, 176, 0.5), 0.25rem 0.25rem 0 rgba(166, 8, 176, 0.5);
}

.gta-gem {
  width: 1.75rem;
  height: auto;
  flex-shrink: 0;
}

.gta-gem--white {
  filter: brightness(0) invert(1);
}

.gta-gem--purple {
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(6000%) hue-rotate(285deg);
}

/* ── Social boxes ── */
.gta-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1875rem solid var(--white);
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  transition: border-color 0.2s, transform 0.2s;
}

.gta-social img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  transition: transform 0.2s;
}

.gta-social:hover {
  border-color: var(--purple-bright);
  transform: scale(1.05);
}

.gta-social:hover img {
  transform: scale(1.08);
}

.gta-social--lg img {
  width: 2.5rem;
  height: 2.5rem;
}

/* ── Tokenomics-style stats ── */
.gta-panel {
  border: 0.25rem solid var(--white);
  box-shadow: inset 0.25rem 0.25rem 0 var(--purple), 0.25rem 0.25rem 0 var(--purple);
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.75);
}

.gta-stat-row {
  display: flex;
  margin-bottom: 0.5rem;
}

.gta-stat {
  display: flex;
  flex-direction: column;
}

.gta-stat span:nth-child(1) {
  font-weight: 700;
  opacity: 0.8;
  font-size: 0.95rem;
  text-transform: capitalize;
}

.gta-stat span:nth-child(2) {
  font-family: var(--font-gta);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.8;
  color: var(--white);
}

/* ── GTA Stars ── */
.gta-stars {
  display: flex;
  width: 100%;
  max-width: 28rem;
  margin-top: 1rem;
}

.gta-star {
  flex: 0 0 16.66%;
  opacity: 0.25;
  transition: opacity 0.3s ease;
}

.gta-stars.visible .gta-star,
.hero__stars .gta-star {
  animation: starPop 0.3s ease forwards;
}

.gta-stars.visible .gta-star:nth-child(1),
.hero__stars .gta-star:nth-child(1) { animation-delay: 0.1s; }
.gta-stars.visible .gta-star:nth-child(2),
.hero__stars .gta-star:nth-child(2) { animation-delay: 0.2s; }
.gta-stars.visible .gta-star:nth-child(3),
.hero__stars .gta-star:nth-child(3) { animation-delay: 0.3s; }
.gta-stars.visible .gta-star:nth-child(4),
.hero__stars .gta-star:nth-child(4) { animation-delay: 0.4s; }
.gta-stars.visible .gta-star:nth-child(5),
.hero__stars .gta-star:nth-child(5) { animation-delay: 0.5s; }
.gta-stars.visible .gta-star:nth-child(6),
.hero__stars .gta-star:nth-child(6) { animation-delay: 0.6s; }

@keyframes starPop {
  to { opacity: 1; }
}

.gta-stars--panel {
  max-width: 100%;
  margin-top: 1.25rem;
}

/* ── Header ── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.875rem 0;
  transition: background 0.3s;
}

.header.scrolled {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 60%, transparent);
}

.header__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header__logo {
  flex-shrink: 0;
  z-index: 2;
}

.header__logo img {
  width: 4.5rem;
  height: auto;
  border: 0.125rem solid var(--white);
}

.header__right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  z-index: 2;
}

.header__menu {
  display: flex;
  align-items: center;
}

.header__menu a {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 1.1rem;
  padding: 1rem 1.25rem;
  border-left: 0.1875rem solid var(--white);
  transition: color 0.2s;
}

.header__menu a:first-child {
  border-left: none;
}

.header__menu a:hover {
  color: var(--purple-bright);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 3;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}

.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Layout ── */
main {
  position: relative;
  z-index: 1;
}

.section {
  padding: 5rem 0.9375rem;
  position: relative;
}

.section-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.section-sub {
  text-align: center;
  font-weight: 700;
  opacity: 0.8;
  margin: -1rem 0 2.5rem;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.92) 100%),
    url("logo.png") center 30% / 70% auto no-repeat;
  opacity: 0.35;
  pointer-events: none;
}

.hero__inner {
  width: 100%;
}

.hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__logo {
  width: min(22rem, 75vw);
  margin: 0 auto 1.5rem;
  border: 0.25rem solid var(--white);
  box-shadow: inset 0.25rem 0.25rem 0 var(--purple), 0.25rem 0.25rem 0 var(--purple), 0 0 40px rgba(166, 8, 176, 0.35);
  animation: heroFloat 5s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero__kicker {
  font-family: var(--font-gta);
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  opacity: 0.7;
  text-transform: lowercase;
  margin-bottom: 0.25rem;
}

.hero__title {
  margin-bottom: 0.75rem;
}

.hero__tagline {
  max-width: 36rem;
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.hero__symbol {
  margin-bottom: 1rem;
  opacity: 0.85;
}

.hero__stars {
  justify-content: center;
  margin-bottom: 1.75rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hero__social {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

/* ── CA Block ── */
.ca-block {
  max-width: var(--container);
  margin: 0 auto 2rem;
  padding: 0 0.9375rem;
}

.ca-block__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.9375rem 1.25rem;
  border: 0.25rem solid var(--white);
  box-shadow: inset 0.25rem 0.25rem 0 var(--purple), 0.25rem 0.25rem 0 var(--purple);
  background: rgba(0, 0, 0, 0.85);
}

.ca-block__label {
  font-family: var(--font-gta);
  font-size: 1.5rem;
}

.ca-block__value {
  text-align: center;
  font-size: 1rem;
  opacity: 0.9;
}

.ca-block__copy {
  flex-shrink: 0;
  font-family: var(--font-ui);
  font-size: 1rem;
  color: var(--purple);
  background: transparent;
  border: 0.125rem solid var(--white);
  padding: 0.4rem 1rem;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.ca-block__copy:hover:not(:disabled) {
  color: var(--purple-bright);
  border-color: var(--purple-bright);
}

.ca-block__copy:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ca-block.copied-flash .ca-block__inner {
  border-color: var(--green);
  box-shadow: inset 0.25rem 0.25rem 0 var(--green), 0.25rem 0.25rem 0 var(--green);
}

.ca-block--disabled {
  opacity: 0.65;
  pointer-events: none;
}

/* ── About ── */
.about__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.about__text p {
  margin-bottom: 1rem;
  font-weight: 700;
  opacity: 0.85;
  line-height: 1.45;
}

.about__lead {
  font-size: 1.15rem;
  opacity: 1 !important;
}

.about__punch {
  border-left: 0.25rem solid var(--purple);
  padding-left: 1rem;
  opacity: 1 !important;
}

/* ── How to Buy ── */
.how__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 48rem;
  margin: 0 auto 2.5rem;
}

.how__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.how__gem {
  width: 2.5rem;
  transform: translateY(25%);
  flex-shrink: 0;
}

.how__item div {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.how__item div span:nth-child(1) {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--white);
}

.how__item div span:nth-child(2) {
  font-weight: 700;
  opacity: 0.8;
  font-size: 1.05rem;
  line-height: 1.4;
}

.buy-cta {
  text-align: center;
}

/* ── Chart ── */
.chart-wrap {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.chart-wrap iframe {
  width: 100%;
  height: 480px;
  border: none;
  display: block;
  background: #000;
}

.chart-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 2rem;
}

.chart-placeholder.hidden {
  display: none;
}

.chart-placeholder-icon {
  width: 4rem;
  height: 4rem;
  opacity: 0.7;
}

.chart-placeholder-sub {
  font-size: 0.9rem;
  opacity: 0.55;
}

.chart-link {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}

/* ── Join Us ── */
.joinus {
  padding-bottom: 6rem;
}

.joinus__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(166, 8, 176, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.joinus__inner {
  position: relative;
  z-index: 1;
}

.joinus-banner {
  margin-bottom: 2rem;
}

.banner-frame {
  overflow: hidden;
  padding: 0;
}

.banner-img {
  width: 100%;
  display: block;
}

.join__social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.joinus-tag {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  font-weight: 700;
  opacity: 0.85;
  line-height: 1.45;
}

/* ── Footer ── */
.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem 0.9375rem;
  border-top: 0.125rem solid var(--white);
  background: var(--black);
}

.footer__logo {
  width: 3.5rem;
  margin: 0 auto 1rem;
  border: 0.125rem solid var(--white);
}

.footer p {
  font-size: 0.95rem;
  opacity: 0.65;
  margin-bottom: 0.75rem;
}

.footer__menu {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.footer__menu a {
  font-family: var(--font-ui);
  font-weight: 400;
  font-size: 1.1rem;
  transition: color 0.2s;
}

.footer__menu a:hover {
  color: var(--purple-bright);
}

/* ── Reveal ── */
.reveal {
  opacity: 0;
  transform: translate3d(0, 0, 8rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-content.reveal {
  transition-duration: 0.5s;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .header__menu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.97);
    border-bottom: 0.1875rem solid var(--white);
    padding: 1rem;
    transform: translateY(-120%);
    opacity: 0;
    transition: transform 0.35s, opacity 0.35s;
  }

  .header__menu.open {
    transform: translateY(0);
    opacity: 1;
  }

  .header__menu a {
    border-left: none;
    border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
    width: 100%;
    text-align: center;
    padding: 0.85rem;
  }

  .header__menu a:last-child {
    border-bottom: none;
  }

  .nav-toggle {
    display: flex;
  }

  .header__button {
    display: none;
  }

  .about__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 1.05rem;
  }

  .gta-btn {
    padding: 0.85rem 1.25rem;
  }

  .gta-btn span {
    font-size: 1.1rem;
  }

  .gta-gem {
    width: 1.35rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .hero__actions .gta-btn {
    width: 100%;
    max-width: 20rem;
  }
}
