/* ========================================
   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;
}

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

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

.hf7ynvmc [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);
}

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

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

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

.d6g48qtr {
  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;
}

.bmdhrgas {
  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 */
.ayrwg5jd {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

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

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

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

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

/* ========================================
   Hero Section
   ======================================== */
.veh1qqpm {
  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;
}

.kwfxav05 {
  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;
}

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

.q6qilf5d {
  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);
  }
}

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

.dtco7uu3 {
  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);
}

.dtco7uu3 .fwn8k4a7 {
  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;
}

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

.v8wv0f3r {
  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));
  }
}

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

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

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

.as4fa8mu {
  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
   ======================================== */
.h6ut8rbq {
  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;
}

.l7jdf55j {
  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);
}

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

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

.kubsc5bp::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);
  }
}

.ww0yeci2 {
  width: 100%;
}

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

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

.jaurfxdo {
  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);
}

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

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

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

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

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

.i0bb0p5h {
  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;
}

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

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

.xk8m5dgy {
  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;
  }
}

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

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

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

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

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

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

.belojnkq {
  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);
}

.tfpl8afm {
  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);
}

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

.kzh934eb {
  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;
}

.ug9sbvcj {
  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;
}

.l3ev5lyv .jaurfxdo {
  text-align: left;
}

.l3ev5lyv .gj5gwusb {
  justify-content: flex-start;
  margin-bottom: 30px;
}

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

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

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

.t6sf42fp 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);
}

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

.xp1sn7my {
  font-size: 1.3rem;
}

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

.dv93vrig {
  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;
}

.hmqxuvtu {
  margin-bottom: 40px;
}

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

.btp90cru {
  margin-bottom: 30px;
}

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

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

.fgfpdcwc {
  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;
}

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

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

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

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

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

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

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

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

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

.frorme74 {
  max-width: 500px;
}

.frorme74 .jaurfxdo {
  text-align: left;
}

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

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

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

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

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

.niiuq5lh {
  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;
}

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

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

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

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

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

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

.j8q8twjl {
  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;
}

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

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

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

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

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

.h05dzp03 {
  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;
}

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

.ge8xb2ch .mal7taog {
  margin-bottom: 20px;
}

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

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

.s3x16nyk ul {
  list-style: none;
}

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

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

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

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

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

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

/* ========================================
   Modal
   ======================================== */
.nhrfxk3q {
  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;
}

.k62pmbu3 {
  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;
}

.qzek5enw {
  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;
}

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

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

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

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

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

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

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

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

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

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

.ifd4pju1 span:nth-child(1) {
  animation-delay: 0s;
}
.ifd4pju1 span:nth-child(2) {
  animation-delay: 0.2s;
}
.ifd4pju1 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 */
.pyowok6c {
  text-align: center;
  padding: 40px 0;
}

.kke4rqf0 {
  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) {
  .oyfx7xv1,
  .j6qaf155 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ebh8vawg,
  .fisi3bg9 {
    grid-template-columns: 1fr;
  }

  .belojnkq {
    order: -1;
  }

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

  .kv61itbl {
    display: none;
  }

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

  .lz1uad6r {
    max-width: none;
  }
}

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

  .ayrwg5jd {
    display: flex;
  }

  #nav {
    display: none;
  }

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

  .dtco7uu3 {
    font-size: 2rem;
  }

  .jr6vymll {
    font-size: 1rem;
  }

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

  .jaurfxdo {
    font-size: 1.8rem;
  }

  .oyfx7xv1,
  .j6qaf155 {
    grid-template-columns: 1fr;
  }

  .i0bb0p5h {
    padding: 30px 20px;
  }

  .dv93vrig {
    padding: 30px 20px;
  }

  .k62pmbu3 {
    padding: 30px 20px;
  }

  .gaxijv56 {
    gap: 30px;
  }
}

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

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

  .jaurfxdo {
    font-size: 1.5rem;
  }

  .crql1q2y {
    width: 40px;
  }
}
