:root {
  --alice-green: #7dff4d;
  --alice-purple: #9b4dff;
  --alice-deep: #12081c;
  --alice-panel: #1c102b;
}

body.alice-landing {
  background: #0b0612;
  color: #f4f1ea;
  font-family: "Noto Sans TC", "Roboto", sans-serif;
}

body.alice-landing .navbar {
  background: rgba(12, 6, 18, 0.92);
  border-bottom: 1px solid rgba(125, 255, 77, 0.25);
}

.alice-hero {
  min-height: 100vh;
  padding: 7.5rem 0 4rem;
  background:
    radial-gradient(circle at 80% 20%, rgba(155, 77, 255, 0.35), transparent 42%),
    radial-gradient(circle at 10% 80%, rgba(125, 255, 77, 0.18), transparent 38%),
    #0b0612;
}

.alice-kicker {
  color: var(--alice-green);
  letter-spacing: 0.28em;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.alice-hero h1 {
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.92;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.alice-hero h1 span {
  color: var(--alice-green);
}

.alice-hero .lead {
  font-size: 1.15rem;
  color: rgba(244, 241, 234, 0.82);
  max-width: 36rem;
}

.alice-rrp {
  margin: 1.1rem 0 0;
}

.alice-rrp span {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(244, 241, 234, 0.7);
  margin-bottom: 0.2rem;
}

.alice-rrp b {
  font-family: Oswald, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--alice-green);
  line-height: 1;
}

.alice-hero-img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  filter: drop-shadow(0 24px 50px rgba(155, 77, 255, 0.4));
}

.alice-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.5rem 0 1.8rem;
}

.alice-stat {
  border: 1px solid rgba(125, 255, 77, 0.4);
  background: rgba(28, 16, 43, 0.8);
  padding: 0.7rem 1rem;
  min-width: 7.5rem;
}

.alice-stat b {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 1.45rem;
  color: var(--alice-green);
  line-height: 1;
}

.alice-stat span {
  font-size: 0.78rem;
  color: rgba(244, 241, 234, 0.7);
}

.alice-btn {
  display: inline-block;
  background: var(--alice-green);
  color: #111;
  font-weight: 800;
  text-decoration: none;
  padding: 0.85rem 1.4rem;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.04em;
}

.alice-btn:hover {
  color: #111;
  background: #b6ff7a;
}

.alice-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.alice-btn-ghost:hover {
  color: var(--alice-green);
  border-color: var(--alice-green);
  background: transparent;
}

.alice-section {
  padding: 4.5rem 0;
}

.alice-section h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  display: block;
  margin-bottom: 2rem;
}

.alice-section h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: var(--alice-green);
  margin-top: 0.6rem;
}

.alice-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #140a20;
}

.alice-feature {
  background: var(--alice-panel);
  border-top: 3px solid var(--alice-green);
  padding: 1.3rem 1.2rem;
  height: 100%;
}

.alice-feature i {
  color: var(--alice-green);
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}

.alice-feature h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.alice-feature p {
  margin: 0;
  color: rgba(244, 241, 234, 0.75);
  font-size: 0.94rem;
}

.alice-note {
  background: var(--alice-panel);
  padding: 1.4rem 1.5rem;
  height: 100%;
  border-left: 4px solid var(--alice-green);
}

.alice-note h3 {
  color: var(--alice-green);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.alice-note a {
  color: var(--alice-green);
}

.alice-price {
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  color: #fff;
}

.alice-contact {
  background: #140a20;
}

@media (max-width: 768px) {
  .alice-hero {
    padding-top: 6.2rem;
    text-align: center;
  }

  .alice-hero .lead,
  .alice-stats {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .alice-gallery img {
    height: 180px;
  }
}
