/* ========================================
   Siam Amulet Aura - Premium Esoteric Styles
   ======================================== */

/* CSS Variables */
:root {
  --color-bg-primary: #121212;
  --color-bg-secondary: #1a1a2e;
  --color-purple-deep: #4a148c;
  --color-purple-light: #7b1fa2;
  --color-gold: #ffd700;
  --color-gold-light: #ffe44d;
  --color-gold-dark: #b8860b;
  --color-text-primary: #ffffff;
  --color-text-secondary: #e0e0e0;
  --color-text-muted: #a0a0a0;

  --font-heading: "Niramit", sans-serif;
  --font-body: "Sarabun", sans-serif;

  --shadow-gold: 0 0 30px rgba(255, 215, 0, 0.3);
  --shadow-gold-strong: 0 0 50px rgba(255, 215, 0, 0.5);
  --shadow-purple: 0 0 30px rgba(74, 20, 140, 0.5);
}

/* Reset & Base */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

.ww9t92nx {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Particle Background */
.umrh9hc3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.umrh9hc3 [data-particle] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--color-gold);
  border-radius: 50%;
  opacity: 0;
  animation: float 15s infinite ease-in-out;
  box-shadow: 0 0 10px var(--color-gold);
}

@keyframes float {
  0%,
  100% {
    opacity: 0;
    transform: translateY(100vh) scale(0);
  }
  10% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateY(-100vh) scale(1);
  }
}

/* ========================================
   Header
   ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0.95) 0%,
    rgba(18, 18, 18, 0) 100%
  );
}

.header[data-scrolled] {
  background: rgba(18, 18, 18, 0.98);
  padding: 15px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.rsmpbso4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t09zgi00 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icnayfex {
  font-size: 2rem;
  filter: drop-shadow(0 0 10px var(--color-gold));
}

.ldd2fnn8 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(
    135deg,
    var(--color-gold) 0%,
    var(--color-gold-light) 50%,
    var(--color-gold) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.k5ov51g9 {
  display: flex;
  list-style: none;
  gap: 40px;
}

[data-nav-link] {
  font-family: var(--font-heading);
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

[data-nav-link]::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-gold);
  transition: width 0.3s ease;
}

[data-nav-link]:hover {
  color: var(--color-gold);
}

[data-nav-link]:hover::after {
  width: 100%;
}

/* Mobile Menu Button */
.bsqppvql {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.bsqppvql span {
  width: 25px;
  height: 2px;
  background: var(--color-gold);
  transition: all 0.3s ease;
}

.bsqppvql[data-active] span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.bsqppvql[data-active] span:nth-child(2) {
  opacity: 0;
}

.bsqppvql[data-active] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========================================
   Hero Section
   ======================================== */
.dzvrsmj3 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    ellipse at center,
    var(--color-purple-deep) 0%,
    var(--color-bg-primary) 70%
  );
  overflow: hidden;
}

.qm198wrx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.zyd0e4c2 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 20px 60px;
}

.n3fli1tv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  opacity: 0.15;
  animation: rotate 60s linear infinite;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.t5rkyham {
  width: 100%;
  height: 100%;
}

.od81b4df {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.od81b4df .nn8ppjk3 {
  background: linear-gradient(
    135deg,
    var(--color-gold) 0%,
    var(--color-gold-light) 50%,
    var(--color-gold) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.j8jlu34q {
  font-size: 1.3rem;
  color: var(--color-text-secondary);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.vvbs80sm {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  opacity: 0.3;
  animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
  0%,
  100% {
    filter: drop-shadow(0 0 10px var(--color-gold));
  }
  50% {
    filter: drop-shadow(0 0 30px var(--color-gold));
  }
}

.ej6dvy9d {
  width: 100%;
  height: 100%;
}

/* Scroll Indicator */
.ewt5g38l {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.wjggp00g {
  width: 25px;
  height: 40px;
  border: 2px solid var(--color-gold);
  border-radius: 15px;
  position: relative;
}

.cxy1anka {
  width: 4px;
  height: 8px;
  background: var(--color-gold);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px);
  }
}

/* ========================================
   Buttons
   ======================================== */
.z8o53cff {
  display: inline-block;
  padding: 15px 40px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mm8zukrl {
  background: linear-gradient(
    135deg,
    var(--color-gold) 0%,
    var(--color-gold-dark) 100%
  );
  color: var(--color-bg-primary);
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

.mm8zukrl:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
}

.rxr7v8j4 {
  position: relative;
  overflow: hidden;
}

.rxr7v8j4::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

.exb43qqe {
  width: 100%;
}

/* ========================================
   Section Styles
   ======================================== */
section {
  padding: 100px 0;
  position: relative;
}

.m295fyod {
  text-align: center;
  margin-bottom: 60px;
}

.zmcxq970 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.soarurs0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.vr3j3kll {
  width: 80px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-gold),
    transparent
  );
}

.od26d64x {
  font-size: 1.5rem;
  color: var(--color-gold);
}

/* ========================================
   Aspects Section
   ======================================== */
.poks6dhw {
  background: linear-gradient(
    180deg,
    var(--color-bg-primary) 0%,
    var(--color-bg-secondary) 50%,
    var(--color-bg-primary) 100%
  );
}

.hwky0ewg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.fyp9cxhf {
  background: linear-gradient(
    145deg,
    rgba(74, 20, 140, 0.3) 0%,
    rgba(18, 18, 18, 0.8) 100%
  );
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.fyp9cxhf:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: var(--shadow-gold);
}

.fd59mkwq {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lsqokesv {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 215, 0, 0.3) 0%,
    transparent 70%
  );
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.mxckdi48 {
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
}

.o0v5val9 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.jrvzpgl8 {
  color: var(--color-text-secondary);
  line-height: 1.8;
}

.zix2hcgv {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  opacity: 0.1;
}

/* ========================================
   Ritual Section
   ======================================== */
.elg2a0rj {
  background: radial-gradient(
    ellipse at 30% 50%,
    var(--color-purple-deep) 0%,
    var(--color-bg-primary) 60%
  );
}

.e387eodq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.erkxz104 {
  position: relative;
}

.ritual-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(255, 215, 0, 0.2);
  box-shadow: var(--shadow-gold);
}

.hs2ax8us {
  width: 100%;
  height: 500px;
  background: linear-gradient(
    145deg,
    rgba(74, 20, 140, 0.3) 0%,
    rgba(18, 18, 18, 0.6) 100%
  );
  border-radius: 20px;
  border: 2px solid rgba(255, 215, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
}

.zful7rc7 {
  width: 150px;
  height: 150px;
  animation: rotate 30s linear infinite;
}

.u4zbd04k {
  margin-top: 20px;
  color: var(--color-gold);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.7;
}

.zxoakf54 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(255, 215, 0, 0.2) 0%,
    transparent 70%
  );
  border-radius: 20px;
  animation: glow 3s ease-in-out infinite;
}

.e2nqqlqx .zmcxq970 {
  text-align: left;
}

.e2nqqlqx .soarurs0 {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.kqaasjns {
  color: var(--color-text-secondary);
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.kqaasjns strong {
  color: var(--color-gold);
}

.riudb2p4 {
  list-style: none;
  margin-top: 30px;
}

.riudb2p4 li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  color: var(--color-text-secondary);
}

.riudb2p4 li:last-child {
  border-bottom: none;
}

.wd0juxz4 {
  font-size: 1.3rem;
}

/* ========================================
   Quiz Section
   ======================================== */
.kwbm1bcu {
  background: linear-gradient(
    180deg,
    var(--color-bg-primary) 0%,
    var(--color-purple-deep) 50%,
    var(--color-bg-primary) 100%
  );
}

.xe4zgfo4 {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(
    145deg,
    rgba(74, 20, 140, 0.4) 0%,
    rgba(18, 18, 18, 0.9) 100%
  );
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 30px;
  padding: 50px 40px;
  text-align: center;
}

.mq189ybd {
  margin-bottom: 40px;
}

.pmv4v7f9 {
  color: var(--color-text-muted);
  font-size: 1.1rem;
  margin-top: 10px;
}

.o0ais4bu {
  margin-bottom: 30px;
}

.t4vd3of3 {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.dr7jkur6 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.epto7sqm {
  width: 100%;
  padding: 18px 50px 18px 25px;
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--color-text-primary);
  background: rgba(18, 18, 18, 0.8);
  border: 2px solid rgba(255, 215, 0, 0.2);
  border-radius: 50px;
  cursor: pointer;
  appearance: none;
  transition: all 0.3s ease;
}

.epto7sqm:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.scdz79wc {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-gold);
  pointer-events: none;
  font-size: 0.8rem;
}

.oj4flf4y {
  margin: 30px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  max-height: 0;
  overflow: hidden;
}

.byidfirn {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 15px;
  padding: 25px;
}

.dsmn33gp {
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}

.byidfirn h3 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.byidfirn p {
  color: var(--color-text-secondary);
}

/* ========================================
   Register Section
   ======================================== */
.q635t2md {
  background: radial-gradient(
    ellipse at 70% 50%,
    var(--color-purple-deep) 0%,
    var(--color-bg-primary) 60%
  );
}

.troasarc {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
}

.istvul4a {
  max-width: 500px;
}

.istvul4a .zmcxq970 {
  text-align: left;
}

.q03hhr9i {
  color: var(--color-text-muted);
  font-size: 1rem;
  margin-bottom: 5px;
}

.vm4p3fs2 {
  color: var(--color-text-secondary);
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.max9xceg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gkmwbu1s {
  display: flex;
  flex-direction: column;
}

.oyvx3r5k {
  font-family: var(--font-heading);
  color: var(--color-gold);
  margin-bottom: 8px;
  font-size: 1rem;
}

.hlj77hct {
  padding: 15px 20px;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text-primary);
  background: rgba(18, 18, 18, 0.6);
  border: 2px solid rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.hlj77hct:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.hlj77hct::placeholder {
  color: var(--color-text-muted);
}

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

.xuja8sjk {
  width: 350px;
  height: 350px;
  opacity: 0.3;
  animation: rotate 60s linear infinite;
}

/* ========================================
   Reviews Section
   ======================================== */
.u8nb7t5z {
  background: linear-gradient(
    180deg,
    var(--color-bg-primary) 0%,
    var(--color-bg-secondary) 50%,
    var(--color-bg-primary) 100%
  );
}

.hstlovig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.f9f4vjvc {
  background: linear-gradient(
    145deg,
    rgba(74, 20, 140, 0.2) 0%,
    rgba(18, 18, 18, 0.8) 100%
  );
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.f9f4vjvc:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.3);
}

.y0xo8ure {
  color: var(--color-gold);
  font-size: 1.2rem;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.kolpvjod {
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.rdjbzemt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.q799gomy {
  color: var(--color-gold);
  font-weight: 500;
}

.xdl45e3v {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

/* ========================================
   Footer
   ======================================== */
.footer {
  background: linear-gradient(180deg, var(--color-bg-primary) 0%, #0a0a15 100%);
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  padding: 60px 0 30px;
}

.pailt4cj {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.om6hr731 .t09zgi00 {
  margin-bottom: 20px;
}

.bj512i0y {
  color: var(--color-text-muted);
  line-height: 1.8;
  max-width: 300px;
}

.sbdgftxb h4,
.tfltd809 h4 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.sbdgftxb ul {
  list-style: none;
}

.sbdgftxb li {
  margin-bottom: 12px;
}

.sbdgftxb a {
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.sbdgftxb a:hover {
  color: var(--color-gold);
}

.yacg0cd0,
.rl4u94yz {
  color: var(--color-text-secondary);
  line-height: 1.8;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.wfefn4rt {
  color: var(--color-gold);
}

.yqe3epum {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  color: var(--color-text-muted);
}

/* ========================================
   Modal
   ======================================== */
.lrakdiy8 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.r3l4pxr5 {
  background: linear-gradient(
    145deg,
    rgba(74, 20, 140, 0.6) 0%,
    rgba(18, 18, 18, 0.95) 100%
  );
  border: 2px solid rgba(255, 215, 0, 0.2);
  border-radius: 30px;
  padding: 40px;
  max-width: 450px;
  width: 90%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.u7tt2anw {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: var(--color-text-muted);
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.u7tt2anw:hover {
  color: var(--color-gold);
}

.j5w59th4 {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}

.yam9mi18 {
  color: var(--color-text-muted);
  text-align: center;
  margin-bottom: 30px;
}

.q1gz4ux2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Loading Animation */
.kqgw28h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.tjlj21sg {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.r3lk4pod {
  width: 100%;
  height: 100%;
}

.tis5abz1 {
  color: var(--color-gold);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.beru4i1h {
  display: flex;
  gap: 8px;
}

.beru4i1h span {
  width: 10px;
  height: 10px;
  background: var(--color-gold);
  border-radius: 50%;
  animation: dotPulse 1.4s infinite ease-in-out;
}

.beru4i1h span:nth-child(1) {
  animation-delay: 0s;
}
.beru4i1h span:nth-child(2) {
  animation-delay: 0.2s;
}
.beru4i1h span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* Success State */
.pxkopcly {
  text-align: center;
  padding: 40px 0;
}

.ufh3dtln {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--color-gold) 0%,
    var(--color-gold-dark) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2.5rem;
  color: var(--color-bg-primary);
  animation: successPop 0.5s ease;
}

@keyframes successPop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* ========================================
   Fade-in Animation
   ======================================== */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

[data-animate][data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
  .hwky0ewg,
  .hstlovig {
    grid-template-columns: repeat(2, 1fr);
  }

  .e387eodq,
  .troasarc {
    grid-template-columns: 1fr;
  }

  .erkxz104 {
    order: -1;
  }

  .ritual-img,
  .hs2ax8us {
    height: 350px;
  }

  .xrl5kqxq {
    display: none;
  }

  .pailt4cj {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bj512i0y {
    max-width: none;
  }
}

@media (max-width: 768px) {
  #nav {
    display: none;
  }

  .bsqppvql {
    display: flex;
  }

  #nav {
    display: none;
  }

  .k5ov51g9 {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .od81b4df {
    font-size: 2rem;
  }

  .j8jlu34q {
    font-size: 1rem;
  }

  .n3fli1tv {
    width: 250px;
    height: 250px;
  }

  .zmcxq970 {
    font-size: 1.8rem;
  }

  .hwky0ewg,
  .hstlovig {
    grid-template-columns: 1fr;
  }

  .fyp9cxhf {
    padding: 30px 20px;
  }

  .xe4zgfo4 {
    padding: 30px 20px;
  }

  .r3l4pxr5 {
    padding: 30px 20px;
  }

  .pailt4cj {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .od81b4df {
    font-size: 1.6rem;
  }

  .z8o53cff {
    padding: 12px 30px;
    font-size: 1rem;
  }

  .zmcxq970 {
    font-size: 1.5rem;
  }

  .vr3j3kll {
    width: 40px;
  }
}
