/* =========================================
   YOONSO PROJECT — home.css
   Hero, Banner, Products, Testi, FAQ, etc.
   ========================================= */

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  padding: 80px 0 64px;
  text-align: center;
}
.hero-badge { margin-bottom: 32px; }

.hero-title {
  font-size: clamp(46px, 8.5vw, 76px);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -2.5px;
  margin-bottom: 22px;
}
.hero-title .t-white { display: block; color: #fff; }
.hero-title .t-blue {
  display: block;
  background: linear-gradient(135deg, #bfdbfe 0%, #60a5fa 40%, #3b82f6 75%, #1d4ed8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 40px rgba(59,130,246,0.25));
}

.hero-sub {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 460px;
  margin: 0 auto 40px;
}

/* Stats row */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  max-width: 480px;
  margin: 0 auto 44px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 36px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
}
.hstat {
  flex: 1;
  padding: 20px 10px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.hstat:last-child { border-right: none; }
.hstat-num {
  font-size: 26px;
  font-weight: 800;
  color: var(--blue-lt);
  line-height: 1;
  letter-spacing: -0.5px;
}
.hstat-lbl {
  font-size: 10px;
  color: var(--dim);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 600;
}

/* CTA buttons */
.hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* ══════════════════════════════════════════
   BANNER PROMO (Carousel)
══════════════════════════════════════════ */
.banner-section {
  margin-bottom: 64px;
}
.banner-track-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}
.banner-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.banner-slide {
  min-width: 100%;
  height: 200px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 48px;
  cursor: pointer;
  user-select: none;
}
.banner-slide .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner-slide .bg-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}
.banner-slide .content {
  position: relative;
  z-index: 2;
}
.banner-slide .b-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.8;
}
.banner-slide .b-title {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.banner-slide .b-sub {
  font-size: 13px;
  opacity: 0.75;
  margin-bottom: 20px;
}
.banner-slide .b-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: all .2s;
  letter-spacing: 0.3px;
}
.banner-slide .b-emoji {
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(64px, 10vw, 100px);
  z-index: 2;
  filter: drop-shadow(0 0 32px rgba(0,0,0,0.5));
  pointer-events: none;
}

/* Banner 1 — Blue (Promo Panel) */
.banner-1 .bg { background: linear-gradient(135deg, #0c1a4a 0%, #1a3a8f 50%, #0e2566 100%); }
.banner-1 .b-eyebrow { color: #93c5fd; }
.banner-1 .b-title { color: #fff; }
.banner-1 .b-sub { color: #bfdbfe; }
.banner-1 .b-btn { background: #fff; color: #1d4ed8; }
.banner-1 .b-btn:hover { background: #eff6ff; transform: translateY(-1px); }

/* Banner 2 — Fire (Hot Deal) */
.banner-2 .bg { background: linear-gradient(135deg, #1c0a04 0%, #7c2d12 50%, #450a00 100%); }
.banner-2 .b-eyebrow { color: #fca5a5; }
.banner-2 .b-title { color: #fff; }
.banner-2 .b-sub { color: #fecaca; }
.banner-2 .b-btn { background: #ef4444; color: #fff; box-shadow: 0 4px 16px rgba(239,68,68,0.4); }
.banner-2 .b-btn:hover { background: #dc2626; }

/* Banner 3 — Green (New Arrival) */
.banner-3 .bg { background: linear-gradient(135deg, #052e16 0%, #166534 50%, #064e3b 100%); }
.banner-3 .b-eyebrow { color: #86efac; }
.banner-3 .b-title { color: #fff; }
.banner-3 .b-sub { color: #bbf7d0; }
.banner-3 .b-btn { background: #22c55e; color: #fff; box-shadow: 0 4px 16px rgba(34,197,94,0.4); }
.banner-3 .b-btn:hover { background: #16a34a; }

/* Banner 4 — Purple (VIP) */
.banner-4 .bg { background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 50%, #2e1065 100%); }
.banner-4 .b-eyebrow { color: #c4b5fd; }
.banner-4 .b-title { color: #fff; }
.banner-4 .b-sub { color: #ddd6fe; }
.banner-4 .b-btn { background: #7c3aed; color: #fff; box-shadow: 0 4px 16px rgba(124,58,237,0.4); }
.banner-4 .b-btn:hover { background: #6d28d9; }

/* Banner controls */
.banner-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.banner-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dim);
  cursor: pointer;
  transition: all .3s;
  border: none;
}
.banner-dot.active {
  width: 22px;
  border-radius: 3px;
  background: var(--blue);
}
.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  z-index: 10;
  backdrop-filter: blur(8px);
}
.banner-arrow:hover { background: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); }
.banner-arrow.prev { left: 14px; }
.banner-arrow.next { right: 14px; }

/* ══════════════════════════════════════════
   SEARCH BAR
══════════════════════════════════════════ */
.search-section { margin-bottom: 48px; }
.search-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  transition: all .25s;
  backdrop-filter: blur(16px);
}
.search-box:focus-within {
  border-color: rgba(59,130,246,0.4);
  background: rgba(59,130,246,0.03);
  box-shadow: 0 0 0 4px rgba(59,130,246,0.07);
}
.search-ico { color: var(--dim); font-size: 17px; }
.search-box input {
  background: none;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 14px;
  flex: 1;
}
.search-box input::placeholder { color: var(--dim); }
.search-tag {
  background: rgba(59,130,246,0.1);
  border: 1px solid rgba(59,130,246,0.2);
  color: var(--blue-lt);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 6px;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

/* ══════════════════════════════════════════
   QUICK ACCESS
══════════════════════════════════════════ */
.quick-section { margin-bottom: 60px; }
.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.qcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 26px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.qcard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59,130,246,0.07) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}
.qcard:hover {
  border-color: rgba(59,130,246,0.28);
  transform: translateY(-3px);
  box-shadow: 0 18px 52px rgba(0,0,0,0.38);
}
.qcard:hover::before { opacity: 1; }
.qcard-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(29,78,216,0.5), rgba(59,130,246,0.28));
  border: 1px solid rgba(59,130,246,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(37,99,235,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
}
.qcard-text .lbl {
  font-size: 10px;
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 5px;
}
.qcard-text .ttl {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}
.qcard-arrow {
  position: absolute;
  right: 22px;
  color: var(--dim);
  font-size: 16px;
  transition: all .25s;
}
.qcard:hover .qcard-arrow {
  right: 17px;
  color: var(--blue-lt);
}

/* ══════════════════════════════════════════
   FEATURED PRODUCTS
══════════════════════════════════════════ */
.featured-section { margin-bottom: 60px; }
.featured-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.feat-card-glow {
  position: absolute;
  top: -80px; right: -60px;
  width: 250px; height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.feat-card:hover {
  border-color: rgba(59,130,246,0.28);
  transform: translateY(-2px);
  box-shadow: 0 22px 64px rgba(0,0,0,0.42);
}
.feat-icon {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(29,78,216,0.55), rgba(59,130,246,0.32));
  border: 1px solid rgba(59,130,246,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 8px 28px rgba(37,99,235,0.2), inset 0 1px 0 rgba(255,255,255,0.14);
}
.feat-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 50%);
}
.feat-body { flex: 1; min-width: 0; }
.feat-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.feat-cat {
  font-size: 10px;
  color: var(--blue-lt);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.feat-name {
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.feat-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.feat-end { text-align: right; flex-shrink: 0; }
.feat-price {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.2px;
  background: linear-gradient(135deg, var(--blue-xs), var(--blue-lt));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.feat-per { font-size: 11px; color: var(--dim); margin-top: 4px; }
.feat-stock {
  font-size: 11px;
  color: var(--green);
  margin-top: 8px;
  font-weight: 600;
}

/* ══════════════════════════════════════════
   CATEGORY FILTER
══════════════════════════════════════════ */
.cats {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 22px;
  scrollbar-width: none;
}
.cats::-webkit-scrollbar { display: none; }
.cat-btn {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .2s;
  flex-shrink: 0;
  font-family: inherit;
}
.cat-btn.active {
  background: rgba(59,130,246,0.15);
  border-color: rgba(59,130,246,0.4);
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,99,235,0.18);
}
.cat-btn:hover:not(.active) {
  border-color: rgba(255,255,255,0.12);
  color: var(--text);
}

/* ══════════════════════════════════════════
   PRODUCT GRID (3 columns)
══════════════════════════════════════════ */
.products-section { margin-bottom: 68px; }
.pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.pcard:hover {
  border-color: rgba(59,130,246,0.3);
  transform: translateY(-5px);
  box-shadow: 0 26px 68px rgba(0,0,0,0.46);
}
/* Thumbnail */
.pthumb {
  height: 168px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pthumb-bg { position: absolute; inset: 0; }
.pthumb-glow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(36px);
  background: rgba(59,130,246,0.22);
}
.pthumb-emoji {
  font-size: 56px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 18px rgba(59,130,246,0.32));
  transition: transform .3s;
}
.pcard:hover .pthumb-emoji { transform: scale(1.08) translateY(-3px); }
.pbadge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
}
.pbadge.hot {
  background: rgba(127,29,29,0.65);
  border: 1px solid rgba(239,68,68,0.25);
  color: #fca5a5;
}
.pbadge.nw {
  background: rgba(5,46,22,0.65);
  border: 1px solid rgba(34,197,94,0.28);
  color: #86efac;
}
/* Card body */
.pinfo {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ptag {
  font-size: 10px;
  color: var(--blue-lt);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.pname {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
  margin-bottom: 14px;
  line-height: 1.3;
}
.pdivider {
  height: 1px;
  background: var(--border);
  margin-bottom: 14px;
}
.ppricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}
.pnow {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.pold {
  font-size: 13px;
  color: var(--dim);
  text-decoration: line-through;
}
.pdisc {
  font-size: 10px;
  font-weight: 800;
  background: var(--green-dim);
  border: 1px solid rgba(34,197,94,0.22);
  color: #86efac;
  padding: 2px 8px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}
.pstock {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--dim);
  margin-bottom: 14px;
  font-weight: 500;
}
.sdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sdot.ok   { background: var(--green); box-shadow: 0 0 8px rgba(34,197,94,0.5); }
.sdot.low  { background: var(--amber); box-shadow: 0 0 8px rgba(245,158,11,0.5); }
.sdot.out  { background: var(--red);   box-shadow: 0 0 8px rgba(239,68,68,0.5); }

.pbuy {
  margin-top: auto;
  width: 100%;
  background: rgba(59,130,246,0.1);
  border: 1px solid rgba(59,130,246,0.2);
  color: var(--blue-lt);
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  border-radius: 11px;
  cursor: pointer;
  transition: all .25s;
  letter-spacing: 0.3px;
  font-family: inherit;
}
.pbuy:hover {
  background: rgba(59,130,246,0.22);
  border-color: rgba(59,130,246,0.45);
  color: #fff;
  box-shadow: 0 4px 18px rgba(37,99,235,0.22);
}
.pbuy.out {
  background: var(--red-dim);
  border-color: rgba(239,68,68,0.15);
  color: rgba(252,165,165,0.4);
  cursor: not-allowed;
}

/* ══════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════ */
.testi-section { margin-bottom: 68px; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tcard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 26px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.tcard::before {
  content: '"';
  position: absolute;
  top: 14px;
  right: 22px;
  font-size: 80px;
  color: rgba(59,130,246,0.06);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}
.tcard:hover {
  border-color: rgba(59,130,246,0.22);
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.38);
}
/* Screenshot/image testi */
.tcard-img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  background: var(--surface2);
  border: 1px solid var(--border);
  position: relative;
}
.tcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcard-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--dim);
}
.tcard-quote {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.tcard-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tcard-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.tcard-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}
.tcard-src {
  font-size: 11px;
  color: var(--dim);
  margin-top: 2px;
}
.tcard-stars { margin-left: auto; }

/* ══════════════════════════════════════════
   CARA ORDER
══════════════════════════════════════════ */
.order-section { margin-bottom: 68px; }
.order-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  position: relative;
}
.order-step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  text-align: center;
  position: relative;
  transition: all .3s;
}
.order-step:hover {
  border-color: rgba(59,130,246,0.25);
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.35);
}
/* Connector line between steps */
.order-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dim);
  font-size: 20px;
  z-index: 1;
}
.step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(29,78,216,0.5), rgba(59,130,246,0.28));
  border: 1px solid rgba(59,130,246,0.22);
  color: var(--blue-lt);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.step-icon { font-size: 28px; margin-bottom: 14px; }
.step-title {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}
.step-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
}

/* ══════════════════════════════════════════
   FAQ
══════════════════════════════════════════ */
.faq-section { margin-bottom: 68px; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item.open { border-color: rgba(59,130,246,0.25); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  font-family: inherit;
  transition: color .2s;
}
.faq-item.open .faq-q { color: var(--blue-lt); }
.faq-chevron {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--muted);
  flex-shrink: 0;
  transition: all .3s;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  background: rgba(59,130,246,0.12);
  color: var(--blue-lt);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a-inner {
  padding: 0 24px 20px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

/* ══════════════════════════════════════════
   PAYMENT METHODS
══════════════════════════════════════════ */
.payment-section { margin-bottom: 68px; }
.pay-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px 36px;
}
.pay-label {
  font-size: 11px;
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 20px;
}
.pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pay-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  transition: all .2s;
  cursor: default;
}
.pay-chip:hover {
  border-color: rgba(255,255,255,0.12);
  color: var(--text);
  background: rgba(255,255,255,0.05);
}
.pay-ico { font-size: 19px; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
  border-top: 1px solid var(--border);
  padding: 52px 0 36px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .flogo {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.flogo-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.flogo-text span { color: var(--blue-lt); }
.footer-brand p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.fsoc {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.fsoc:hover {
  background: rgba(59,130,246,0.12);
  border-color: rgba(59,130,246,0.25);
  transform: translateY(-2px);
}
.footer-col h4 {
  font-size: 12px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
  text-decoration: none;
  transition: color .2s;
}
.footer-col a:hover { color: var(--blue-lt); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--dim);
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
}
.footer-bottom-links a {
  color: var(--dim);
  text-decoration: none;
  transition: color .2s;
}
.footer-bottom-links a:hover { color: var(--muted); }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 900px) {
  .pgrid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .order-steps { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .order-step:not(:last-child)::after { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .feat-card { padding: 20px 22px; gap: 18px; }
  .feat-icon { width: 68px; height: 68px; font-size: 28px; }
}

@media (max-width: 640px) {
  .hero { padding: 56px 0 48px; }
  .hero-title { letter-spacing: -1.5px; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .testi-grid { grid-template-columns: 1fr; }
  .order-steps { grid-template-columns: 1fr 1fr; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .banner-slide { padding: 0 28px; }
  .banner-slide .b-emoji { display: none; }
  .feat-card { flex-direction: column; align-items: flex-start; }
  .feat-end { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 400px) {
  .pgrid { grid-template-columns: 1fr; }
  .hero-stats { max-width: 100%; }
  .hero-btns { flex-direction: column; }
}


/* ── LIVE FEED + LEADERBOARD ── */
.live-section { margin-bottom: 48px; }
.live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.live-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.live-card-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  font-size: 14px; font-weight: 800; color: var(--text);
}
.live-dot-anim {
  display: flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 800; color: var(--green);
  letter-spacing: 1px;
}
.live-feed, .live-lb { padding: 8px 22px; }
.lf-row {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
  font-size: 12px;
}
.lf-row:last-child { border-bottom: none; }
.lf-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.lf-text { flex: 1; color: var(--muted); }
.lf-text strong { color: var(--text); }
.lf-time { font-size: 10px; color: var(--dim); flex-shrink: 0; }
.ll-row {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
}
.ll-row:last-child { border-bottom: none; }
.ll-medal { font-size: 18px; flex-shrink: 0; width: 28px; text-align: center; }
.ll-name { flex: 1; font-size: 13px; font-weight: 700; color: var(--text); }
.ll-val { font-size: 13px; font-weight: 800; color: var(--blue-lt); }
.live-more {
  display: block; text-align: center;
  padding: 14px;
  font-size: 12px; font-weight: 700;
  color: var(--blue-lt);
  border-top: 1px solid var(--border);
  text-decoration: none;
  transition: background .2s;
}
.live-more:hover { background: rgba(59,130,246,0.06); }
@media(max-width:768px){ .live-grid{grid-template-columns:1fr;} }

/* ── FLOATING WA BUTTON ── */
.float-wa {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  z-index: 90;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  transition: all .25s;
  animation: waBounce 3s ease-in-out infinite;
}
.float-wa:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.55); }
@keyframes waBounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.float-wa-badge {
  position: absolute;
  top: -4px; right: -4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #ef4444;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── ORDER TOAST POPUP ── */
.order-toast {
  position: fixed;
  bottom: 92px; left: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 89;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  backdrop-filter: blur(16px);
  animation: toastIn .4s cubic-bezier(.34,1.56,.64,1);
  max-width: 320px;
  cursor: pointer;
  transition: opacity .3s;
}
.order-toast.hide { opacity: 0; pointer-events: none; }
@keyframes toastIn {
  from { opacity: 0; transform: translateY(20px) scale(.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.toast-ico {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.toast-body { flex: 1; min-width: 0; }
.toast-name { font-size: 12px; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toast-sub { font-size: 10px; color: var(--dim); margin-top: 2px; }
.toast-close {
  position: absolute;
  top: 6px; right: 10px;
  background: none; border: none;
  color: var(--dim); font-size: 14px;
  cursor: pointer; line-height: 1;
}

/* ── COUNTDOWN PROMO BANNER ── */
.promo-bar {
  background: linear-gradient(90deg, #7c2d12, #b91c1c, #7c2d12);
  border-bottom: 1px solid rgba(239,68,68,0.3);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #fca5a5;
  position: relative;
  z-index: 98;
  flex-wrap: wrap;
}
.promo-bar-text { display: flex; align-items: center; gap: 8px; }
.promo-timer {
  display: flex; gap: 6px;
}
.promo-timer-block {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 4px 8px;
  min-width: 36px;
  text-align: center;
}
.promo-timer-num {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-family: 'DM Mono', monospace;
}
.promo-timer-lbl {
  font-size: 8px;
  color: rgba(252,165,165,0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.promo-bar-cta {
  background: #fff;
  color: #991b1b;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
}
.promo-bar-cta:hover { transform: scale(1.05); }
.promo-bar-close {
  position: absolute;
  right: 16px;
  background: none; border: none;
  color: rgba(252,165,165,0.5);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}


/* ── FREE TOOLS SECTION ── */
.free-section { margin-bottom: 68px; }
.free-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.free-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.free-card:hover {
  border-color: rgba(34,197,94,0.3);
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.4);
}
.free-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -40px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.free-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  color: #86efac;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.free-emoji { font-size: 42px; margin-bottom: 14px; }
.free-name {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}
.free-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 8px;
}
.free-size {
  font-size: 11px;
  color: var(--dim);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.free-dl-btn {
  width: 100%;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  color: #86efac;
  font-size: 13px;
  font-weight: 800;
  padding: 13px;
  border-radius: 12px;
  cursor: pointer;
  transition: all .25s;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.free-dl-btn:hover {
  background: rgba(34,197,94,0.2);
  border-color: rgba(34,197,94,0.4);
  transform: translateY(-1px);
}
.free-note {
  margin-top: 16px;
  background: rgba(245,158,11,0.08);
  border: 1px solid rgba(245,158,11,0.18);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 12px;
  color: #fbbf24;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.free-note-ico { font-size: 16px; flex-shrink: 0; margin-top: 1px; }

/* Download overlay */
.dl-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(7,9,15,0.92);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn .25s ease;
}
.dl-modal {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px 36px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7);
  text-align: center;
  animation: fadeUp .3s cubic-bezier(.34,1.56,.64,1);
}
.dl-emoji { font-size: 48px; margin-bottom: 16px; }
.dl-title { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.dl-sub { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.dl-progress-wrap {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  height: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.dl-progress-bar {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #1d4ed8, #3b82f6, #22c55e);
  width: 0%;
  transition: width .3s ease;
  position: relative;
}
.dl-progress-bar::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 30px; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3));
  border-radius: 10px;
}
.dl-percent {
  font-size: 14px;
  font-weight: 800;
  color: var(--blue-lt);
  margin-bottom: 4px;
  font-family: 'DM Mono', monospace;
}
.dl-status { font-size: 12px; color: var(--dim); }
.dl-done { display: none; }
.dl-done.show { display: block; }
.dl-done-ico {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 16px;
}
.dl-done-title { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.dl-done-sub { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.dl-done-btn {
  width: 100%;
  background: none;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  font-family: inherit;
}

@media(max-width:640px){ .free-grid{grid-template-columns:1fr;} }
