:root {
  --accent: #ffcc00;
  --red: #d33b2b;
  --dark: #0b0b0b;
}

@media (max-width: 640px) {

    /* override semua posisi absolute */
    .tygo-mobile-fix {
      position: static !important;
      width: 130px !important;
      height: auto !important;
      margin: 0 auto !important;
      display: block !important;
      transform: none !important;
      bottom: 0 !important;
      right: 0 !important;
      padding-bottom: 0 !important;
    }

    /* memastikan menempel border bawah */
    #marketcap .w-full {
      position: relative !important;
      padding-bottom: 0 !important;
    }
  }

  /* center mobile */
  @media (max-width: 640px) {

    .tygo-mobile-fix {
      position: static !important;
      width: 130px !important;
      height: auto !important;
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-bottom: 0 !important;
      transform: none !important;
    }

    /* pastikan wrapper menjadi flex agar benar-benar center */
    #marketcap .w-full {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      gap: 10px !important;
    }
  }
  
/* Galery */
.glow-border {
  box-shadow: 0 0 20px rgba(255, 166, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glow-border:hover {
  transform: scale(1.03);
  box-shadow: 0 0 35px rgba(255, 166, 0, 0.8);
}
.btn-glow {
  box-shadow: 0 0 20px rgba(255, 166, 0, 0.7);
  transition: all 0.3s ease;
}
.btn-glow:hover {
  box-shadow: 0 0 35px rgba(255, 180, 0, 1);
}

/* responsif headder */
/* MOBILE: <1024px */
/* biarkan GIF & PNG sama persis seperti HTML awal */
@media (max-width: 1023px) {
  .tiger-img {
    transform: translateY(13vh) translateX(5%) !important;
    /* ukuran tetap sesuai HTML: w-[28rem] sm:w-[32rem] md:w-[36rem], h-auto */
  }

  .tygo-float-js {
    max-width: 100% !important; /* logo tetap responsif */
  }
}

/* DESKTOP: ≥1024px */
@media (min-width: 1024px) {
  .tiger-img {
    transform: translateY(8vh) translateX(5%) scale(1.55) !important;
    /* gambar lebih besar dan naik sedikit */
  }

  .tygo-float-js {
    max-width: 1800px !important; /* logo besar proporsional */
  }
}

/* LARGE DESKTOP: ≥1440px */
@media (min-width: 1440px) {
  .tiger-img {
    transform: translateY(6vh) translateX(5%) scale(1.75) !important;
  }

  .tygo-float-js {
    max-width: 2000px !important;
  }
}

/* background welcome to the tygo club */
@media (min-width: 1024px) {
  #community {
    background-position: center 32% !important;
  }
}

/* MOBILE: turunkan jarak agar tidak terlalu tinggi */
@media (max-width: 640px) {
  #community {
    padding-top: 120px !important; /* sebelumnya lebih tinggi */
    padding-bottom: 80px !important; /* sesuaikan sedikit */
    background-position: center 50% !important; /* tetap rapi */
  }
}

/* DESKTOP: Lebarkan jarak atas & bawah */
@media (min-width: 1024px) {
  #how\ to\ buy {
    padding-top: 180px !important; /* tambah tinggi atas */
    padding-bottom: 110px !important; /* tambah tinggi bawah */
  }
}

/* header macan */
@media (min-width: 1024px) {
  .tiger-img {
    transform: translateY(8vh) translateX(5%) scale(1.55) !important;
    /* dari 13vh → 8vh (gambar naik) */
  }
}

@media (min-width: 1440px) {
  .tiger-img {
    transform: translateY(6vh) translateX(5%) scale(1.75) !important;
    /* layar besar naik sedikit lagi */
  }
}

/*  */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");

.bigbtn {
  font-family: "Luckiest Guy", cursive;
}

.bigbtn small {
  font-family: "Luckiest Guy", cursive;
  font-size: 0.7em;
}

/* ---------------- HEADER RESPONSIVE ---------------- */

/* ===== GLOBAL ===== */
#home {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

/* TIGER GIF (hero-left) */
.tiger-img {
  max-width: 90vw;
  height: auto;
  transform: translateY(13vh) translateX(5%);
}

/* LOGO $TYGO */
.tygo-float-js {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* IMAGE KIRI (stygo kiri) */
.hero-left-wrapper img[alt="stygo kiri"] {
  position: absolute;
  left: 0;
  z-index: 10;
  max-width: 90vw;
  height: auto;
}

/* BUTTON BUY & ICON SOCIALS */
.hero-right img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ================= MOBILE ================= */
@media (max-width: 639px) {
  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2rem;
    width: 4rem; /* w-16 */
  }

  .tiger-img {
    width: 28rem;
    transform: translateY(12vh) translateX(2%);
  }

  .tygo-float-js {
    max-width: 90vw;
  }
}

/* iPhone SE / Mobile XS <= 374px */
@media (max-width: 374px) {
  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 4rem; /* turunkan lebih banyak */
    width: 3.5rem; /* sesuaikan ukuran */
  }

  .tiger-img {
    width: 24rem;
    transform: translateY(16vh) translateX(2%); /* geser lebih kebawah */
  }

  .tygo-float-js {
    max-width: 90vw;
  }
}

/* ================= iPhone SE, 5, 6, 7, 8 (320px - 375px) ================= */
@media (max-width: 375px) {
  .tiger-img {
    width: 24rem;
    transform: translateY(12vh) translateX(2%);
    max-width: 90vw;
  }

  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2rem;
    width: 4rem; /* w-16 */
  }

  .tygo-float-js {
    max-width: 90vw;
  }
}

/* ================= iPhone 6 Plus, 7 Plus, 8 Plus (376px - 414px) ================= */
@media (min-width: 376px) and (max-width: 414px) {
  .tiger-img {
    width: 26rem;
    transform: translateY(12vh) translateX(2%);
    max-width: 90vw;
  }

  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2rem;
    width: 4.5rem; /* w-18 kira-kira */
  }

  .tygo-float-js {
    max-width: 90vw;
  }
}

/* ================= iPhone X, 11, 12, 13, 14, 15 (415px - 430px) ================= */
@media (min-width: 415px) and (max-width: 430px) {
  .tiger-img {
    width: 28rem;
    transform: translateY(12vh) translateX(2%);
    max-width: 90vw;
  }

  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2.2rem;
    width: 5rem; /* w-20 kira-kira */
  }

  .tygo-float-js {
    max-width: 90vw;
  }
}

/* ================= DESKTOP ================= */
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-left-wrapper img[alt="stygo kiri"] {
    top: -2rem;
    width: 8rem; /* md:w-32 */
  }

  .tiger-img {
    width: 36rem;
    transform: translateY(13vh) translateX(5%);
  }

  .tygo-float-js {
    max-width: 1800px;
  }
}

/* ================= LARGE DESKTOP ================= */
@media (min-width: 1440px) and (max-width: 1799px) {
  .hero-left-wrapper img[alt="stygo kiri"] {
    top: -2.5rem;
    width: 10rem; /* lg:w-40 */
  }

  .tiger-img {
    width: 40rem;
    transform: translateY(13vh) translateX(5%) scale(1.1);
  }

  .tygo-float-js {
    max-width: 2000px;
  }
}

/* ================= ULTRAWIDE / XL ================= */
@media (min-width: 1800px) {
  .hero-left-wrapper img[alt="stygo kiri"] {
    top: -3rem;
    width: 12rem; /* xl:w-48 */
  }

  .tiger-img {
    width: 48rem;
    transform: translateY(13vh) translateX(5%) scale(1.18);
  }

  .tygo-float-js {
    max-width: 2300px;
  }
}

/* Semua iPad: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .tiger-img {
    width: 36rem; /* sesuaikan jika perlu */
    max-width: 90vw;
    transform: translateY(20vh) translateX(5%) !important; /* geser lebih kebawah agar menempel logo */
  }

  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2.5rem; /* turunkan gambar kiri agar proporsional */
    width: 4rem;
  }
}

/* Responsif tambahan untuk iPad Mini/Air/Pro portrait & landscape */
@media (max-width: 1024px) {
  #navbar ul {
    justify-content: center; /* wrap menu agar tetap di tengah */
  }
}

@media (max-width: 768px) {
  #navbar ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  #navbar img {
    height: 6vh; /* agar logo tidak terlalu besar di iPhone SE */
  }
}

/* iPad Pro portrait/landscape: 1024px - 1366px */
@media (min-width: 1024px) and (max-width: 1366px) {
  .tiger-img {
    width: 40rem; /* sesuaikan jika perlu */
    max-width: 90vw;
    transform: translateY(18vh) translateX(5%) !important; /* geser kebawah agar menempel logo */
  }

  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2.5rem;
    width: 5rem;
  }
}

/* Surface Duo / narrow dual-screen devices */
@media (min-width: 540px) and (max-width: 720px) {
  .tiger-img {
    width: 28rem; /* tetap proporsional */
    max-width: 90vw;
    transform: translateY(20vh) translateX(5%) !important; /* geser lebih kebawah */
  }

  .hero-left-wrapper img[alt="stygo kiri"] {
    top: 2.2rem; /* sedikit turun */
    width: 4rem;
  }
}

/* ================= TOMBOL BUY ================= */
.hero-right button img {
  width: 13rem; /* default mobile */
}

@media (min-width: 640px) {
  .hero-right button img {
    width: 15rem;
  }
}

@media (min-width: 768px) {
  .hero-right button img {
    width: 17rem;
  }
}

@media (min-width: 1024px) {
  .hero-right button img {
    width: 19rem;
  }
}

/* ================= ICON SOSIAL MEDIA ================= */
.hero-right a.w-14 {
  width: 3.5rem;
  height: 3.5rem;
}

@media (min-width: 640px) {
  .hero-right a.w-14 {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .hero-right a.w-14 {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* beda */
/* Gelapkan background gambar */
#how\ to\ buy {
  position: relative;
  z-index: 1;
}

#how\ to\ buy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(
    0,
    0,
    0,
    0.65
  ); /* sebelumnya 0.65 — sekarang jauh lebih gelap */
  z-index: -1;
}

/* effek navbar halus */
ul li a {
  transition: color 0.3s ease;
}

font-family: "Freeman", sans-serif; /* ganti font jadi Freeman */

/* TYGONOMICS */
.hero {
  padding: 3rem 1rem 2rem;
  /* text-align: center; */
  position: relative;
}

.glow-title {
  font-family: "Luckiest Guy", cursive;
  font-size: 2.8rem;
  color: #ffff;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.sub-text {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-bottom: 2rem;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  font-family: "Luckiest Guy", cursive;
}

/* Esthetic Card / Glassmorphism */
.card {
  background: linear-gradient(90deg, #ffcf33, #ff9a00, #ffcf33);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px) saturate(180%);
  border-radius: 1.4rem; /* lebih besar */
  padding: 1.8rem; /* lebih besar */
  text-align: center;
  color: #000;

  /* Shadow tetap tidak berubah */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7),
              0 0 20px rgba(0, 0, 0, 0.5),
              0 0 22px rgba(243, 184, 8, 0.9),
              0 10px 34px rgba(255, 213, 5, 0.25) !important;

  transform: scale(1.12); /* BESARKAN CARD */
  transition: transform 0.3s ease;
}

.icon-img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  object-fit: contain;

  /* Glow ala crypto card */
  filter: drop-shadow(0 0 6px rgba(255, 204, 0, 0.9))
          drop-shadow(0 0 12px rgba(255, 204, 0, 0.5));
}


/* Hover hanya menambah efek, tidak mengganti shadow */
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7), 0 0 16px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(243, 184, 8, 1), 0 8px 40px rgba(255, 213, 5, 0.35) !important;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(255, 215, 0, 0.4);
}

.icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.value {
  font-weight: 900;
  font-size: 1.1rem;
}

/* Announcement Box */
.announce {
  padding: 1.5rem;
}

.announce h3 {
  font-family: "Luckiest Guy", cursive;
  color: #ffd700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.announce p {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.4;
}

.cta {
  margin-top: 0.8rem;
  background: linear-gradient(90deg, #ffcf33, #ff9a00, #ffcf33);
  background-size: 200% auto;
  color: #111;
  padding: 0.55rem 1rem;
  font-weight: 700;
  border-radius: 0.5rem;
  cursor: pointer;
  animation: gradientShift 3s linear infinite;
  transition: transform 0.2s;
}

.cta:hover {
  transform: scale(1.05);
}

@keyframes gradientShift {
  0% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

/* Responsive */
@media (max-width: 640px) {
  .glow-title {
    font-size: 2rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
.faq-box {
  border: 4px solid #df9b08ff;
  box-shadow: 0 0 8px #b99007ff;
}
.faq1 {
  color: #fff;
}

.faq-btn {
  transition: 0.25s;
}
.faq-btn.rotate {
  transform: rotate(45deg);
}

/* Install $tygo */
.yeti-section {
  --panel: #000000ff;
  --panel-inner: #161515ff;
  --accent: #cfa6ff;
  --black-shadow: rgba(10, 6, 20, 0.95);

  background: var(--bg);
  color: #fff;
  padding: 48px 16px;
  text-align: center;
}

/* Container */
.yeti-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===========================
   MAIN TITLE (How to Buy $TYGO)
   =========================== */
.yeti-section h1 {
  font-family: "Luckiest Guy", cursive;
  font-size: 60px;
  line-height: 1.1;
  margin: 0 0 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

/* Step Titles */
.step h2 {
  font-family: "Luckiest Guy", cursive;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}

/* Step Paragraph */
.step p {
  font-size: 18px;
  line-height: 1.4;
  color: #e6e6e6;
  max-width: 420px;
  margin: auto;
}

/* =====================================
   RESPONSIVE FIX – MOBILE (≤ 480px)
   ===================================== */
@media (max-width: 480px) {
  .yeti-section {
    padding: 32px 12px;
  }

  .yeti-section h1 {
    font-size: 34px !important;
    line-height: 1.05;
    margin-bottom: 22px;
  }

  .step h2 {
    font-size: 28px !important;
    line-height: 1.05;
    margin-bottom: 10px;
  }

  .step p {
    font-size: 14px;
    line-height: 1.3;
    max-width: 300px;
  }

  .carousel {
    gap: 10px !important;
  }
}

/* =====================================
   TABLET / SMALL LAPTOP (481–768px)
   ===================================== */
@media (min-width: 481px) and (max-width: 768px) {
  .yeti-section h1 {
    font-size: 45px;
  }

  .step h2 {
    font-size: 34px;
  }

  .step p {
    font-size: 16px;
  }
}

/* =====================================
   MEDIUM SCREENS (768–1024px)
   ===================================== */
@media (min-width: 769px) and (max-width: 1024px) {
  .yeti-section h1 {
    font-size: 52px;
  }

  .step h2 {
    font-size: 40px;
  }
}

/* ===================== CAROUSEL ===================== */
.carousel-wrapper {
  position: relative;
  overflow: hidden; /* pastikan elemen anak tidak muncul keluar wrapper */
  padding: 0 36px; /* ruang kiri-kanan untuk tombol (adjustable) */
}

/* CAROUSEL: sesuaikan padding agar konten tidak tertutup tombol */
.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 24px;
  padding: 16px 36px; /* sinkron dengan .carousel-wrapper padding */
}

/* sembunyikan scrollbar WebKit */
.carousel::-webkit-scrollbar {
  display: none;
}

/* NAV BUTTON (prev / next) */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  background: #eab308; /* Tailwind bg-yellow-500 */
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  -webkit-tap-highlight-color: transparent;
}

/* letakkan tombol tepat di dalam area aman */
.carousel-nav.prev {
  left: 8px;
}
.carousel-nav.next {
  right: 8px;
}

/* berikan ukuran lebih pas untuk touch target (aksesibilitas) */
.carousel-nav:focus {
  outline: 2px solid rgba(255, 255, 255, 1);
  outline-offset: 2px;
}

/* jika tombol menutupi konten klik, pertimbangkan pointer-events hanya pada tombol */
.carousel-wrapper .carousel {
  pointer-events: auto;
}

/* ===== RESPONSIVE: mobile adjustments ===== */
@media (max-width: 640px) {
  /* kurangi padding wrapper agar tidak terlalu besar di layar kecil,
     api masih memberi ruang agar tombol tidak terpotong */
  .carousel-wrapper {
    padding: 0 18px;
  }
  .carousel {
    padding: 12px 18px;
    gap: 12px;
  }

  /* tombol dibuat lebih kecil dan lebih dekat ke pinggir tetapi masih di dalam */
  .carousel-nav {
    font-size: 22px;
    padding: 6px 10px;
    border-radius: 8px;
  }
  .carousel-nav.prev {
    left: 6px;
  }
  .carousel-nav.next {
    right: 6px;
  }
}

/* OPTIONAL: jika kamu ingin tombol muncul hanya saat hover (desktop) */
@media (min-width: 641px) {
  .carousel-nav {
    opacity: 0.95;
    transition: opacity 0.18s ease;
  }
}

/* OPTIONAL: sembunyikan tombol pada very small screens jika benar-benar butuh ruang */
/* effect cara buy */
.bigbtn {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.bigbtn:hover {
  transform: scale(1.05);
}

/* carossel */
.step {
  scroll-snap-align: start;
  flex: 0 0 300px;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, var(--panel), var(--panel-inner));
  box-shadow: 12px 12px 0 #dda603ff;
  border: 6px solid rgba(237, 158, 0, 1);
  min-height: 230px;
  position: relative;
  transition: transform 0.3s;
}

.step h2 {
  font-size: 26px;
  margin: 0 0 10px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.step p {
  font-size: 16px;
  line-height: 1.5;
}

/* arrows */
.arrow {
  width: 70px;
  display: flex;
  justify-content: center;
}

.arrow svg {
  width: 80px;
  height: 35px;
}

/* glass center */
.middle-holder {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.glass {
  width: 90px;
}

/* bottom button */
.center-action {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.bigbtn {
  font-size: 24px;
  padding: 16px 40px;
  box-shadow: 10px 10px 0 #c78c06;
  border-radius: 12px;
  background: #eab308;
  font-family: "Luckiest Guy";
  cursor: pointer;
  text-align: center;
}

.bigbtn small {
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: 0.08em;
  display: block;
}

/* carousel nav buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: -24px;
}

.next {
  right: -24px;
}

/* responsive */
@media (max-width: 1100px) {
  .steps {
    flex-direction: column;
  }

  .arrow {
    transform: rotate(90deg);
  }
}

/*  */
:root {
  --glass-bg: rgba(10, 11, 13, 0.6);
  --glass-border: rgba(255, 255, 255, 0.06);
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
  background-image: url("/mnt/data/92c4c781-44d7-4729-8aea-54124fbf8ee7.png");
  background-size: cover;
  background-position: center;
  background-color: #05060a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* gentle glass card look */
.glass-card {
  background: linear-gradient(
    180deg,
    rgba(12, 13, 15, 0.65),
    rgba(20, 21, 23, 0.6)
  );
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(6px) saturate(120%);
  box-shadow: 0 6px 20px rgba(2, 6, 23, 0.6);
}

/* custom badge colors */
.badge-green {
  background: linear-gradient(90deg, #10b981, #059669);
}
.badge-orange {
  background: linear-gradient(90deg, #f59e0b, #ef4444);
}
.badge-blue {
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

/* small transition for accordion */
.collapse-body {
  transition: max-height 0.32s ease, opacity 0.28s ease;
  overflow: hidden;
}

/* heading font */
.roadmap-title {
  font-family: "Luckiest Guy", cursive;
}

/* subtle vertical timeline line on large screens */
@media (min-width: 768px) {
  .timeline-vertical {
    content: "";
    position: absolute;
    left: 64px;
    top: 110px;
    bottom: 48px;
    width: 2px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02)
    );
    border-radius: 2px;
  }
}

/* Tygonomics */
:root {
  /* --bg1: #56126d; */
  /* --bg2: #8f3bb9; */
  /* --glass: rgba(255, 255, 255, 0.18); */
  /* --text-dark: #2b1a3b; */
  /* --card: #caa8ff; */
}

body {
  background: radial-gradient(circle at top, var(--bg2), var(--bg1));
  font-family: "Fredoka One", system-ui;
  color: #ffff;
  overflow-x: hidden;
}

h1.title {
  font-size: 56px;
  /* DIBESARKAN */
  text-align: center;  
  margin-bottom: 32px;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.8), 6px 6px 0 rgba(0, 0, 0, 0.6);
  animation: fadepop 1.2s ease-out;
}

@keyframes fadepop {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.glass-card {
  background: var(--glass);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 20px;
  /* DIBESARKAN */
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 17px;
  /* DIBESARKAN */
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
  transition: 0.25s ease;
}

.card-image {
  width: 420px;
  height: 420px;
  border-radius: 24px;
  padding: 20px;
  background: var(--card);
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

.copy-btn {
  color: white;
  background: linear-gradient(180deg, #c69a0aff, #865f03ff);
  border-radius: 12px;
  padding: 10px 16px;
  /* DIBESARKAN */
  font-size: 15px;
  /* DIBESARKAN */
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.7);
  transition: 0.25s;
}

#buyBtn {
  background: #9b7605ff;
  color: white;
  padding: 14px 32px;
  /* BESAR */
  font-size: 26px;
  /* BESAR */
  border-radius: 16px;
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.85);
  transition: 0.3s ease;
}

.layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  /* DIBESARKAN */
}

@media (max-width: 768px) {
  h1.title {
    font-size: 44px;
  }

  .layout {
    flex-direction: column;
    gap: 32px;
  }

  .card-image {
    width: 200px;
    height: 200px;
  }
}

/* Effect $tygo header */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100px); /* awal lebih bawah */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up {
  animation: slideUp 1.5s ease-out forwards;
}

/* Buy */
/* tambahan kecil untuk tampilan */
.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

/* About */
body {
  font-family: "Poppins", system-ui, Segoe UI, Roboto, "Helvetica Neue", Arial;
  background: linear-gradient(180deg, hsl(44, 96%, 55%) 0%);
  overflow-x: hidden;
}

.logo-font {
  font-family: "Luckiest Guy", cursive;
}

.cuke-title {
  font-family: "Luckiest Guy", cursive;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 10px 0 rgba(0, 0, 0, 0.6), 0 18px 0 rgba(255, 0, 0, 0.12);
}

.hero-bg {
  background: radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.06),
      transparent 5%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 255, 255, 0.04),
      transparent 6%
    ),
    linear-gradient(90deg, #ffde59 0%, #ffb84d 100%);
  background-size: cover;
}

.get-ready {
  background: linear-gradient(180deg, #ffcf5a, #e85b3a);
  border: 6px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.6);
}

.floaty {
  animation: floaty 4s ease-in-out infinite;
}

@keyframes floaty {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px) rotate(-2deg);
  }

  100% {
    transform: translateY(0);
  }
}

.ticker .inner {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 18s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hero-deco {
  position: absolute;
  pointer-events: none;
}

.about-title {
  font-family: "Luckiest Guy", cursive;
  background: #f7b90a;
  color: #2b2100;
  font-size: 3rem;
  padding: 0.5rem 2rem;
  display: inline-block;
  border: 6px solid #3a2600;
  box-shadow: 6px 6px 0 #3a2600;
  transform: skewX(-10deg);
  text-shadow: 2px 2px 0 #3a2600;
}

/* Animasi footer */
@keyframes cuke-epic-glow-float {
  0% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 40px rgba(255, 255, 100, 0.6));
  }

  20% {
    transform: translateY(-5px) scale(1.03);
    filter: drop-shadow(0 0 60px rgba(255, 255, 150, 0.8));
  }

  40% {
    transform: translateY(0) scale(1.06);
    filter: drop-shadow(0 0 80px rgba(255, 255, 180, 1));
  }

  60% {
    transform: translateY(-4px) scale(1.04);
    filter: drop-shadow(0 0 60px rgba(255, 230, 100, 0.9));
  }

  80% {
    transform: translateY(0px) rotate(1deg) scale(1.07);
    filter: drop-shadow(0 0 100px rgba(255, 255, 180, 1));
  }

  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 40px rgba(255, 255, 120, 0.7));
  }
}

.animate-cuke-epic-glow-float {
  animation: cuke-epic-glow-float 8s ease-in-out infinite alternate;
  transition: all 0.5s ease-in-out;
}

/* Animasi Cuke */
@keyframes glowPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.6))
      drop-shadow(0 0 20px rgba(255, 230, 150, 0.4));
    transform: translateY(0) scale(1);
  }

  50% {
    filter: drop-shadow(0 0 25px rgba(255, 240, 180, 0.9))
      drop-shadow(0 0 50px rgba(255, 230, 120, 0.6));
    transform: translateY(-5px) scale(1.03);
  }
}

/* Efek shimmer (kilatan cahaya emas yang bergerak melintas) */
@keyframes shimmer {
  0% {
    mask-position: 150%;
  }

  100% {
    mask-position: -50%;
  }
}

.animate-logo-glow {
  animation: glowPulse 3.5s ease-in-out infinite;
  position: relative;
  display: inline-block;
}

.animate-logo-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 70%
  );
  mask-image: url("cuke.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("cuke.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  animation: shimmer 3s linear infinite;
  pointer-events: none;
}

/* Effect Get Started */
@keyframes pulseGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.4));
  }

  50% {
    filter: drop-shadow(0 0 25px rgba(255, 240, 150, 0.8));
  }
}

button img {
  animation: pulseGlow 3s ease-in-out infinite;
}

/* Effect The */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-text-fade {
  animation: fadeInUp 1.5s ease-out both;
}

/* Efek shimmer berkilau lembut */
.animated-text {
  background: linear-gradient(90deg, #fead00ff, #e68207ff, #ddad00ff, #67540aff, #745905);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerMove 5s ease-in-out infinite;
  letter-spacing: 2px;
}

@keyframes shimmerMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Cahaya halus di sekitar teks */
.animated-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 100%,
    rgba(255, 215, 0, 0.3),
    transparent 70%
  );
  filter: blur(15px);
  opacity: 0.5;
  z-index: -1;
}

/* Animasi rocket */
@keyframes rocketMove {
  0% {
    background-position: left -50px top -30px, right -40px bottom -60px,
      center 30%, left 60% bottom 10%, right 30% top 20%, center;
  }

  50% {
    background-position: left 100px top 50px, right 120px bottom 80px,
      center 40%, left 50% bottom 30%, right 20% top 10%, center;
  }

  100% {
    background-position: left -30px top 100px, right -80px bottom 120px,
      center 20%, left 70% bottom 40%, right 10% top 60%, center;
  }
}

/* Navbar */
/* supaya navbar tidak tembus */
#navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.5s ease, visibility 0.5s ease;
}

/* Animnasi kontent utama */
.hero-left {
  opacity: 0;
  transform: translateY(80px);
  /* mulai dari bawah */
  transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}

.hero-left.fly-up {
  opacity: 1;
  transform: translateY(0);
}

/* Effect header cuke kecil dibagian kiri atas */
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-top {
  animation: slideFromTop 1s ease-out forwards;
}

@keyframes floatLoop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* header animasi icon sosmed */
@keyframes iconFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-icon {
  opacity: 0;
  animation: iconFadeUp 0.8s ease-out forwards;
}

/* Get started */
@keyframes zoomRotateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(-8deg);
  }

  60% {
    opacity: 1;
    transform: scale(1.05) rotate(2deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.animate-zoom-rotate {
  animation: zoomRotateIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* effect cuke header */
/* Efek muncul */
@keyframes appearEffect {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animasi loop */
@keyframes floatLoop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Gabungan animasi */
.appear-then-fly {
  animation: appearEffect 0.9s ease-out forwards, floatLoop ease-in-out infinite;
}

/* effect get started header */
@keyframes pulseEffect {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

/* icon header */
/* Efek zoom saat cursor diarahkan ke icon */
.animate-icon img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.animate-icon:hover img {
  transform: scale(1.1);
}

.pulse {
  animation: pulseEffect 1.4s ease-in-out infinite;
}

/* Gambard card CHOOSE YOUR CARD */
@keyframes cardLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px) rotateY(30deg) rotate(-8deg) scale(0.8);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg) rotate(-6deg) scale(1);
    filter: blur(0);
  }
}

@keyframes cardCenter {
  0% {
    opacity: 0;
    transform: translateY(80px) rotateY(-25deg) scale(0.85);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateY(0deg) scale(1);
    filter: blur(0);
  }
}

@keyframes cardRight {
  0% {
    opacity: 0;
    transform: translateX(120px) rotateY(-30deg) rotate(8deg) scale(0.8);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg) rotate(6deg) scale(1);
    filter: blur(0);
  }
}

.show.card-left {
  animation: cardLeft 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.show.card-center {
  animation: cardCenter 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.2s;
}

.show.card-right {
  animation: cardRight 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.4s;
}

/* effect gambar page THE ORIGIN STORY */
/* ANIMASI MUNCUL DARI KIRI */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Default state sebelum terlihat */
.reveal-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.8s ease-out;
}

/* Saat elemen terlihat di layar */
.reveal-left.active {
  animation: slideInLeft 0.8s ease-out forwards;
}

/* FLOAT LOGO */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}

/* --- Animasi muncul dari sisi kiri --- */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
  animation: slideInLeft 0.8s ease-out forwards;
}

/* --- Efek mengapung untuk logo --- */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

/* --- Animasi muncul dari kanan --- */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.8s ease-out;
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
  animation: slideInRight 0.8s ease-out forwards;
}

/* Animal charity campaogn */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");

.cartoon-luckiest {
  font-family: "Luckiest Guy", cursive;
  color: #ffb703;
  text-shadow: 3px 3px 0 #023047, 6px 6px 10px rgba(255, 192, 3, 0.6);
  letter-spacing: 3.5px;
  animation: zoomIn 2s ease-in-out infinite;
  display: inline-block;
}

@keyframes zoomIn {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

/* ...existing code... */
@keyframes breathing {
  0% { transform: scale(1); box-shadow: 0 0 20px 0 rgba(34,197,94,0.3); }
  50% { transform: scale(1.08); box-shadow: 0 0 40px 8px rgba(34,197,94,0.5); }
  100% { transform: scale(1); box-shadow: 0 0 20px 0 rgba(34,197,94,0.3); }
}
.animate-breathing {
  animation: breathing 2.2s infinite ease-in-out;
}
