/* ============================================
   Siam Sacred Aura - Modern Mysticism Theme
   ============================================ */

/* CSS Variables */
:root {
  --color-bg-deep: #0f172a;
  --color-bg-dark: #1e293b;
  --color-bg-darker: #0b1120;
  --color-bronze: #cd7f32;
  --color-gold: #d4af37;
  --color-gold-light: #f4d06f;
  --color-gold-dark: #aa8c2c;
  --color-text-primary: #f8fafc;
  --color-text-secondary: #94a3b8;
  --color-text-muted: #64748b;

  --font-primary: "Niramit", sans-serif;
  --font-thai: "Niramit", "Sarabun", sans-serif;

  --shadow-glow: 0 0 30px rgba(212, 175, 55, 0.3);
  --shadow-glow-strong: 0 0 50px rgba(212, 175, 55, 0.5);
  --shadow-card: 0 10px 40px rgba(0, 0, 0, 0.4);

  --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

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

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

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

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes shimmer {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

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

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.6);
  }
}

@keyframes particle-float {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-100px) translateX(50px);
    opacity: 0;
  }
}

@keyframes yant-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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

.l4j3bdtb {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--color-gold);
  border-radius: 50%;
  animation: particle-float 8s infinite;
  opacity: 0;
}

.l4j3bdtb:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}
.l4j3bdtb:nth-child(2) {
  left: 20%;
  animation-delay: 1s;
}
.l4j3bdtb:nth-child(3) {
  left: 30%;
  animation-delay: 2s;
}
.l4j3bdtb:nth-child(4) {
  left: 40%;
  animation-delay: 3s;
}
.l4j3bdtb:nth-child(5) {
  left: 50%;
  animation-delay: 4s;
}
.l4j3bdtb:nth-child(6) {
  left: 60%;
  animation-delay: 5s;
}
.l4j3bdtb:nth-child(7) {
  left: 70%;
  animation-delay: 6s;
}
.l4j3bdtb:nth-child(8) {
  left: 80%;
  animation-delay: 7s;
}
.l4j3bdtb:nth-child(9) {
  left: 90%;
  animation-delay: 2.5s;
}
.l4j3bdtb:nth-child(10) {
  left: 15%;
  animation-delay: 3.5s;
}
.l4j3bdtb:nth-child(11) {
  left: 85%;
  animation-delay: 4.5s;
}
.l4j3bdtb:nth-child(12) {
  left: 45%;
  animation-delay: 1.5s;
}

/* ============================================
   HEADER
   ============================================ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(
    180deg,
    var(--color-bg-darker) 0%,
    transparent 100%
  );
  padding: 20px 0;
  transition: var(--transition-smooth);
}

.header.vl19c90x {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

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

/* Logo */
.t09zgi00 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.npt89oa7 {
  position: relative;
  width: 50px;
  height: 50px;
}

.ds3blzno {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 43px solid var(--color-gold);
  opacity: 0.9;
  filter: drop-shadow(0 0 10px var(--color-gold));
}

.bv54y13i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 20px;
  height: 14px;
  background: var(--color-bg-deep);
  border-radius: 50%;
  border: 3px solid var(--color-bronze);
  animation: shimmer 3s infinite;
}

.bv54y13i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--color-gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-gold);
}

.ldd2fnn8 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

/* Navigation */
.po5b6e4i {
  display: flex;
  gap: 40px;
  list-style: none;
}

.hwut0y3p {
  font-size: 1rem;
  color: var(--color-text-secondary);
  position: relative;
  padding: 8px 0;
}

.hwut0y3p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-bronze), var(--color-gold));
  transition: var(--transition-smooth);
}

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

.hwut0y3p:hover::after {
  width: 100%;
}

/* Mobile Menu Toggle */
.ia47o8xa {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
}

.ia47o8xa span {
  width: 28px;
  height: 2px;
  background: var(--color-gold);
  transition: var(--transition-smooth);
}

/* ============================================
   HERO SECTION
   ============================================ */

.dzvrsmj3 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  background:
    radial-gradient(
      ellipse at 50% 30%,
      rgba(212, 175, 55, 0.1) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 70%,
      rgba(205, 127, 50, 0.08) 0%,
      transparent 50%
    ),
    linear-gradient(180deg, var(--color-bg-deep) 0%, var(--color-bg-dark) 100%);
  overflow: hidden;
}

/* Yant Pattern Background */
.dzvrsmj3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 40px,
      rgba(212, 175, 55, 0.03) 40px,
      rgba(212, 175, 55, 0.03) 41px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(212, 175, 55, 0.03) 40px,
      rgba(212, 175, 55, 0.03) 41px
    );
  pointer-events: none;
}

.zyd0e4c2 {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  padding: 60px 20px;
}

/* Sacred Geometry Decoration */
.hfyq0w78 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  animation: yant-rotate 120s linear infinite;
}

.hfyq0w78::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 50%;
}

.hfyq0w78::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50%;
}

.ud6b7ckb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50px;
  padding: 10px 25px;
  margin-bottom: 30px;
  font-size: 0.9rem;
  color: var(--color-gold);
  animation: shimmer 3s infinite;
}

.uvveah71 {
  width: 8px;
  height: 8px;
  background: var(--color-gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-gold);
}

.od81b4df {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  background: linear-gradient(
    135deg,
    var(--color-gold-light) 0%,
    var(--color-gold) 50%,
    var(--color-bronze) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.3));
}

.j8jlu34q {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--color-text-secondary);
  max-width: 700px;
  margin: 0 auto 45px;
  line-height: 1.8;
}

/* CTA Button */
.ljvezgi2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(
    135deg,
    var(--color-bronze) 0%,
    var(--color-gold) 100%
  );
  color: var(--color-bg-darker);
  font-family: var(--font-thai);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 18px 45px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-glow);
  position: relative;
  overflow: hidden;
}

.ljvezgi2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: var(--transition-smooth);
}

.ljvezgi2:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow-strong);
}

.ljvezgi2:hover::before {
  left: 100%;
}

.g3kcfv3k {
  font-size: 1.3rem;
}

/* Scroll Indicator */
.ewt5g38l {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--color-text-muted);
  font-size: 0.85rem;
  animation: float 2s infinite;
}

.g6vep1wa {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, var(--color-gold), transparent);
}

/* ============================================
   SECTION STYLES
   ============================================ */

.section {
  padding: 120px 0;
  position: relative;
}

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

.wql3xzgg {
  display: inline-block;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 0.85rem;
  color: var(--color-gold);
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.zmcxq970 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: 20px;
}

.u9p38owc {
  font-size: 1.1rem;
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   THREE POWERS SECTION
   ============================================ */

.sus12x2q {
  background: linear-gradient(
    180deg,
    var(--color-bg-dark) 0%,
    var(--color-bg-deep) 100%
  );
}

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

.krk7hork {
  background: linear-gradient(
    145deg,
    rgba(30, 41, 59, 0.8) 0%,
    rgba(15, 23, 42, 0.9) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 25px;
  padding: 45px 35px;
  text-align: center;
  transition: var(--transition-slow);
  position: relative;
  overflow: hidden;
}

.krk7hork::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--color-bronze),
    var(--color-gold),
    var(--color-bronze)
  );
  transform: scaleX(0);
  transition: var(--transition-smooth);
}

.krk7hork:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow:
    var(--shadow-card),
    0 0 40px rgba(212, 175, 55, 0.15);
}

.krk7hork:hover::before {
  transform: scaleX(1);
}

.y7nxpdf4 {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.15) 0%,
    rgba(205, 127, 50, 0.1) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  border: 2px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

.p2pm1928 {
  font-size: 1.5rem;
  color: var(--color-gold);
  margin-bottom: 15px;
}

.rofnhmqz {
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: 25px;
}

.zi1en9wv {
  list-style: none;
  text-align: left;
}

.zi1en9wv li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  color: var(--color-text-primary);
  font-size: 0.95rem;
}

.zi1en9wv li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--color-gold);
}

/* ============================================
   RITUALS SECTION
   ============================================ */

.i6m5bj5j {
  background: linear-gradient(
    180deg,
    var(--color-bg-deep) 0%,
    var(--color-bg-darker) 100%
  );
  position: relative;
}

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

.kadivjl9 {
  padding: 40px;
}

.knlnga8w {
  font-size: 2.5rem;
  color: var(--color-gold);
  margin-bottom: 25px;
}

.ybrowas3 {
  color: var(--color-text-secondary);
  line-height: 2;
  margin-bottom: 35px;
}

.u352nd7w {
  list-style: none;
}

.u352nd7w li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

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

.wd0juxz4 {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: linear-gradient(135deg, var(--color-bronze), var(--color-gold));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.vs2fthxl {
  color: var(--color-text-primary);
  font-size: 1rem;
  line-height: 1.6;
}

/* Ritual Image Card */
.pgb3nk0r {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.ozht2c6g {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: sepia(20%) contrast(1.1);
}

.z41ngp08 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: linear-gradient(
    0deg,
    var(--color-bg-darker) 0%,
    transparent 100%
  );
}

.q40m0i2u {
  font-size: 1.3rem;
  color: var(--color-gold);
  margin-bottom: 8px;
}

.aqnc9xx8 {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
}

/* Decorative Frame */
.pgb3nk0r::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 15px;
  pointer-events: none;
}

/* ============================================
   QUIZ SECTION
   ============================================ */

.kwbm1bcu {
  background: linear-gradient(
    180deg,
    var(--color-bg-darker) 0%,
    var(--color-bg-deep) 100%
  );
  position: relative;
}

.xe4zgfo4 {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(
    145deg,
    rgba(30, 41, 59, 0.6) 0%,
    rgba(15, 23, 42, 0.8) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 30px;
  padding: 50px;
  box-shadow: var(--shadow-card);
}

.mq189ybd {
  text-align: center;
  margin-bottom: 40px;
}

.g18vajzr {
  font-size: 1.8rem;
  color: var(--color-gold);
  margin-bottom: 12px;
}

.pmv4v7f9 {
  color: var(--color-text-secondary);
  font-size: 1rem;
}

/* Quiz Form */
.dq08bq25 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gkmwbu1s {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.oyvx3r5k {
  font-size: 1.1rem;
  color: var(--color-text-primary);
  font-weight: 500;
}

.ohe7vod5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.o9i4g6dz {
  position: relative;
}

.o9i4g6dz input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.lubp8qtb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 25px;
  background: rgba(212, 175, 55, 0.05);
  border: 2px solid rgba(212, 175, 55, 0.2);
  border-radius: 15px;
  cursor: pointer;
  transition: var(--transition-smooth);
  color: var(--color-text-secondary);
  font-size: 1rem;
}

.o9i4g6dz input:checked + .lubp8qtb {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.2) 0%,
    rgba(205, 127, 50, 0.15) 100%
  );
  border-color: var(--color-gold);
  color: var(--color-gold);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.2);
}

.lubp8qtb:hover {
  border-color: var(--color-gold);
  background: rgba(212, 175, 55, 0.1);
}

.sy1108zp {
  font-size: 1.4rem;
}

/* Quiz Submit Button */
.ir7stywb {
  width: 100%;
  padding: 20px;
  background: linear-gradient(
    135deg,
    var(--color-bronze) 0%,
    var(--color-gold) 100%
  );
  color: var(--color-bg-darker);
  font-family: var(--font-thai);
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-glow);
  margin-top: 10px;
}

.ir7stywb:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow-strong);
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background: var(--color-bg-darker);
  padding: 80px 0 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

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

.om6hr731 {
  max-width: 350px;
}

.a3d7liri {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.k91kwrvt {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-gold);
}

.wloaq7qt {
  color: var(--color-text-secondary);
  line-height: 1.9;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.hdxuw7yp {
  display: flex;
  gap: 15px;
}

.fqqimwt7 {
  width: 45px;
  height: 45px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  font-size: 1.2rem;
  transition: var(--transition-smooth);
}

.fqqimwt7:hover {
  background: var(--color-gold);
  color: var(--color-bg-darker);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

/* Footer Links */
.ejykv0qw {
  font-size: 1.1rem;
  color: var(--color-gold);
  margin-bottom: 25px;
  font-weight: 600;
}

.sbdgftxb {
  list-style: none;
}

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

.sbdgftxb a {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.sbdgftxb a:hover {
  color: var(--color-gold);
  padding-left: 8px;
}

/* Footer Contact */
.tfltd809 {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  line-height: 2;
}

.loxml89v {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.hhs9k6u7 {
  color: var(--color-gold);
  font-size: 1.1rem;
  margin-top: 3px;
}

/* Footer Bottom */
.yqe3epum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

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

.hgrw09qn {
  display: flex;
  gap: 30px;
}

.hgrw09qn a {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

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

/* ============================================
   MODAL
   ============================================ */

.lrakdiy8 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 10, 20, 0.9);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bpwxmxb8 {
  background: linear-gradient(
    145deg,
    var(--color-bg-dark) 0%,
    var(--color-bg-deep) 100%
  );
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 30px;
  padding: 50px;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-glow-strong), var(--shadow-card);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
}

.lrakdiy8[style*="display: flex"] .bpwxmxb8 {
  transform: scale(1) translateY(0);
}

.u7tt2anw {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  color: var(--color-text-secondary);
  font-size: 1.5rem;
}

.u7tt2anw:hover {
  background: rgba(212, 175, 55, 0.2);
  color: var(--color-gold);
  border-color: var(--color-gold);
}

.iumfjgy6 {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.2) 0%,
    rgba(205, 127, 50, 0.1) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  border: 2px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
}

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

.yam9mi18 {
  color: var(--color-text-secondary);
  text-align: center;
  margin-bottom: 35px;
  font-size: 0.95rem;
}

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

.u208k4ws {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qhoyphmx {
  width: 100%;
  padding: 18px 25px;
  background: rgba(15, 23, 42, 0.6);
  border: 2px solid rgba(212, 175, 55, 0.2);
  border-radius: 15px;
  color: var(--color-text-primary);
  font-family: var(--font-thai);
  font-size: 1rem;
  transition: var(--transition-smooth);
}

.qhoyphmx:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

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

.nk8vkb60 {
  width: 100%;
  padding: 20px;
  background: linear-gradient(
    135deg,
    var(--color-bronze) 0%,
    var(--color-gold) 100%
  );
  color: var(--color-bg-darker);
  font-family: var(--font-thai);
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-glow);
}

.nk8vkb60:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow-strong);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .wavhgkrp {
    grid-template-columns: repeat(2, 1fr);
  }

  .vpufnsg5 {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pailt4cj {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .po5b6e4i {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-bg-darker);
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
  }

  .po5b6e4i[style*="display: flex"] {
    display: flex !important;
  }

  .ia47o8xa {
    display: flex;
  }

  .wavhgkrp {
    grid-template-columns: 1fr;
  }

  .ohe7vod5 {
    grid-template-columns: 1fr;
  }

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

  .om6hr731 {
    max-width: 100%;
  }

  .hdxuw7yp {
    justify-content: center;
  }

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

  .hgrw09qn {
    gap: 20px;
  }

  .xe4zgfo4 {
    padding: 35px 25px;
  }

  .bpwxmxb8 {
    padding: 35px 25px;
  }

  .ozht2c6g {
    height: 350px;
  }
}

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

  .j8jlu34q {
    font-size: 1rem;
  }

  .ljvezgi2 {
    padding: 15px 30px;
    font-size: 1rem;
  }

  .section {
    padding: 80px 0;
  }

  .krk7hork {
    padding: 35px 25px;
  }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

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

.text-bronze {
  color: var(--color-bronze);
}

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

/* Selection Color */
::selection {
  background: rgba(212, 175, 55, 0.3);
  color: var(--color-text-primary);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg-darker);
}

::-webkit-scrollbar-thumb {
  background: var(--color-gold-dark);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-gold);
}
