* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #8B5CF6;
  --primary-light: #A78BFA;
  --secondary: #EC4899;
  --accent: #F59E0B;
  --dark: #0F0F0F;
  --dark-light: #1A1A1A;
  --dark-card: #242424;
  --light: #FAFAFA;
  --gray: #9CA3AF;
  --gradient-1: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  --gradient-2: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
  --gradient-dark: linear-gradient(180deg, #1A1A1A 0%, #0F0F0F 100%);
}

body {
  font-family: "Kanit", sans-serif;
  background: var(--dark);
  color: var(--light);
  overflow-x: hidden;
  cursor: default;
}

.gue8lrvk {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s;
  mix-blend-mode: difference;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* Header */
.esye298r {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(15, 15, 15, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mycpgpi3 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cs587lj6 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hk65okcd { font-size: 2.5rem; }

.yryluceo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.t0053jzn {
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.g83laspr {
  font-size: 0.7rem;
  letter-spacing: 4px;
  color: var(--gray);
  text-transform: uppercase;
}

.hi923m16 {
  display: flex;
  gap: 2.5rem;
}

.wwu1howi {
  font-weight: 500;
  color: var(--gray);
  transition: color 0.3s;
  position: relative;
}

.wwu1howi:hover { color: var(--light); }

.wwu1howi::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-1);
  transition: width 0.3s;
}

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

.qcyjrubo {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.cwgvh4t4, .gkft73t0 {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--light);
  padding: 0.7rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.2rem;
}

.cwgvh4t4:hover, .gkft73t0:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.gkft73t0 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.2rem;
}

.zv50joqh {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--secondary);
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  font-weight: 700;
}

/* Hero Section */
.x1l2czlk {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8rem 2rem 4rem;
  background: var(--gradient-dark);
  overflow: hidden;
}

.vmvx3p6y {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nejluqmb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: float 8s ease-in-out infinite;
}

.f44ofoj1 { width: 400px; height: 400px; background: var(--primary); top: 10%; left: 10%; }
.rrjdv4k6 { width: 300px; height: 300px; background: var(--secondary); bottom: 20%; right: 10%; animation-delay: -2s; }
.drz4z0ff { width: 250px; height: 250px; background: var(--accent); top: 40%; right: 30%; animation-delay: -4s; }
.rq4oq9fh { width: 200px; height: 200px; background: #10B981; bottom: 10%; left: 30%; animation-delay: -6s; }

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -30px) scale(1.1); }
  50% { transform: translate(-20px, 20px) scale(0.9); }
  75% { transform: translate(20px, 30px) scale(1.05); }
}

.ypjsr4ik {
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.uvfycbyy {
  display: inline-block;
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid var(--primary);
  color: var(--primary-light);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.trkmkchs {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.us0v6ni7 {
  display: block;
  font-weight: 800;
}

.u2idl2zb {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.femymqn1 {
  font-size: 1.2rem;
  color: var(--gray);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.r3ghcdcw {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.rgavlf2x {
  background: var(--gradient-1);
  color: var(--light);
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.4);
}

.rgavlf2x:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 50px rgba(139, 92, 246, 0.6);
}

.lib5tpte {
  background: transparent;
  color: var(--light);
  border: 2px solid var(--primary);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.lib5tpte:hover {
  background: var(--primary);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.4);
}

.io5alo0n {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.izwqi44q {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray);
  font-size: 0.95rem;
}

.piql0v8u { font-size: 1.2rem; }

/* Hero Visual */
.ephpzaxe {
  position: relative;
  height: 500px;
}

.jb13iabp {
  position: absolute;
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
  animation: cardFloat 4s ease-in-out infinite;
}

.jb13iabp:hover {
  border-color: var(--primary);
  transform: scale(1.05);
}

.bvgqomst { font-size: 4rem; }
.z24z66ug { color: var(--gray); font-size: 0.9rem; }

.lyzh1x0a {
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--gradient-1);
  border: none;
}

.yth6c31s { width: 140px; top: 0; left: 20%; animation-delay: -1s; }
.haqkln7e { width: 140px; top: 0; right: 0; animation-delay: -2s; }
.i1j79bv7 { width: 140px; bottom: 0; left: 50%; animation-delay: -3s; }

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

.zv8wdvnp {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray);
  font-size: 0.85rem;
  animation: bounce 2s infinite;
}

.eyw7lidm { font-size: 1.5rem; }

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

/* Marquee Section */
.ehovvu5v {
  background: var(--gradient-1);
  padding: 1rem 0;
  overflow: hidden;
}

.cfl2xt9u {
  display: flex;
  animation: marquee 20s linear infinite;
}

.gffdgywl {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  padding: 0 2rem;
}

.gffdgywl span {
  color: var(--light);
  font-weight: 600;
  font-size: 1rem;
}

.t0revqok { color: rgba(255,255,255,0.5); }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Section Styles */
.onnawnk2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 2rem;
}

.hnh7tz1u {
  text-align: center;
  margin-bottom: 3rem;
}

.yd0zfx2o {
  display: inline-block;
  background: var(--gradient-1);
  color: var(--light);
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.df0zkoie {
  font-size: 2.5rem;
  font-weight: 700;
}

/* Categories Section */
.hsm7f3ui {
  background: var(--dark-light);
}

.t2nrjpg2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.j2a0nxoo {
  position: relative;
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 2rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}

.j2a0nxoo:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.n7sad2p4 {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 8rem;
  opacity: 0.1;
  transition: all 0.3s;
}

.j2a0nxoo:hover .n7sad2p4 {
  opacity: 0.2;
  transform: scale(1.1);
}

.nzyrh317 h3 {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}

.nzyrh317 p {
  color: var(--gray);
  font-size: 0.9rem;
}

.l4c1wndm {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: var(--primary);
  transition: transform 0.3s;
}

.j2a0nxoo:hover .l4c1wndm {
  transform: translateX(5px);
}

/* Products Section */
.hmyofn7v {
  background: var(--dark);
}

.u4tv44qc {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.gr6lvjnd {
  padding: 0.7rem 1.5rem;
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--gray);
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.gr6lvjnd:hover, .gr6lvjnd.lc0zt2n5 {
  background: var(--gradient-1);
  border-color: var(--primary);
  color: var(--light);
}

.e98ohbox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.beagg3pa {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.beagg3pa:hover {
  border-color: var(--primary);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.2);
}

.tplm1og3 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 1;
}

.tplm1og3.hot { background: var(--gradient-2); color: var(--light); }
.tplm1og3.epeoj58j { background: #10B981; color: var(--light); }
.tplm1og3.xbuqk121 { background: var(--secondary); color: var(--light); }

.w77mb6fc {
  height: 200px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(236, 72, 153, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
}

.q8a9clg3 {
  padding: 1.5rem;
}

.x7rxvf0k {
  font-size: 0.8rem;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.u68k26fc {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.nn2tnona {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.l9gyy872 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.io1yrjf5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

.vdz8oizg {
  font-size: 0.9rem;
  color: var(--gray);
  text-decoration: line-through;
}

.xnc3msjg {
  color: var(--accent);
}

.tepyptby {
  width: 100%;
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 0.8rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.tepyptby:hover {
  background: var(--gradient-1);
  border-color: transparent;
  color: var(--light);
}

.d2c6kixt {
  text-align: center;
  margin-top: 3rem;
}

.hh8nghio {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.hh8nghio:hover {
  background: var(--gradient-1);
  border-color: transparent;
  color: var(--light);
}

/* Promo Section */
.pepu0ey5 {
  background: var(--dark-light);
  padding: 4rem 2rem;
}

.mgbn7btb {
  max-width: 1400px;
  margin: 0 auto;
}

.fuz11bui {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1.5rem;
}

.k40evn4e {
  background: var(--gradient-1);
  border-radius: 24px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.k40evn4e:hover {
  transform: scale(1.02);
}

.k40evn4e.tvpagkmv {
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.kl8ijhct {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  width: fit-content;
}

.k40evn4e h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.k40evn4e p {
  opacity: 0.9;
  margin-bottom: 1rem;
}

.oisiqbpi {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.b9wxtq1l {
  font-size: 2rem;
  font-weight: 700;
}

.l7bchohh {
  font-size: 1.1rem;
  opacity: 0.6;
  text-decoration: line-through;
}

.f24p6oe1 {
  background: var(--light);
  color: var(--dark);
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
}

.f24p6oe1:hover {
  transform: scale(1.05);
}

.wer62qlv {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 10rem;
  opacity: 0.1;
}

/* About Section */
.a8av7pue {
  background: var(--dark);
}

.j3wzvtmo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.x3txsk8o {
  position: relative;
  height: 500px;
}

.cpjg4tqq {
  width: 100%;
  height: 100%;
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15rem;
}

.y556785r {
  position: absolute;
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 1.5rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  animation: floatCard 3s ease-in-out infinite;
}

.nll34ufg {
  width: 30px;
  height: 30px;
  background: var(--gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.s3lbf2d1 { top: 10%; left: -30px; animation-delay: 0s; }
.bfro8o5p { bottom: 20%; left: -20px; animation-delay: -1s; }
.lq2d7pz9 { top: 40%; right: -20px; animation-delay: -2s; }

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

.ot6xmziq .yd0zfx2o { margin-bottom: 1rem; }
.ot6xmziq .df0zkoie { margin-bottom: 1rem; }

.gyu5j2of {
  color: var(--gray);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.jzizerj5 {
  margin-bottom: 2rem;
}

.jzizerj5 li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 0;
  color: var(--light);
}

.kcqqrwj3 { font-size: 1.2rem; }

.ovichstr {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.iuxclruz {
  text-align: center;
}

.eeo349kp {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mpudebhw {
  color: var(--gray);
  font-size: 0.9rem;
}

/* Reviews Section */
.sz61mb1o {
  background: var(--dark-light);
}

.l8yh3m3n {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.cx6zygc0 {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s;
}

.cx6zygc0:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.eguzkupf {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mva9yb4v {
  width: 50px;
  height: 50px;
  background: var(--gradient-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.v5n7b8wq h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.lt81n23n {
  color: var(--accent);
  font-size: 0.9rem;
}

.fqdwmw04 {
  margin-left: auto;
  background: rgba(16, 185, 129, 0.2);
  color: #10B981;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.hdgd0ni5 {
  color: var(--gray);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.a2zmpnx3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-light);
  font-size: 0.9rem;
}

.avqgorvs { font-size: 1.2rem; }

/* Newsletter Section */
.vpn77hnf {
  background: var(--gradient-1);
  padding: 6rem 2rem;
}

.znrp5ss3 {
  max-width: 700px;
  margin: 0 auto;
}

.csk0qi67 {
  text-align: center;
}

.wjefd2vj {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}

.csk0qi67 h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.csk0qi67 p {
  opacity: 0.9;
  margin-bottom: 2rem;
}

.sisnaz6i {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.sisnaz6i input {
  flex: 1;
  min-width: 200px;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-family: inherit;
  background: rgba(255,255,255,0.2);
  color: var(--light);
  outline: none;
}

.sisnaz6i input::placeholder { color: rgba(255,255,255,0.7); }

.sisnaz6i input:focus {
  background: rgba(255,255,255,0.3);
}

.sisnaz6i button {
  background: var(--light);
  color: var(--dark);
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s;
}

.sisnaz6i button:hover {
  transform: scale(1.05);
}

.pqgzy85r {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* Footer */
.ndvtrle1 {
  background: var(--dark-light);
  padding: 4rem 2rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.zzhdq73j {
  max-width: 1400px;
  margin: 0 auto;
}

.o4p938k8 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.jmd07ji1 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.t9whs36w {
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.jm0254qg {
  display: flex;
  gap: 0.8rem;
}

.jm0254qg a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.jm0254qg a:hover {
  background: var(--gradient-1);
  transform: translateY(-3px);
}

.grh3vlec h4 {
  color: var(--light);
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.grh3vlec ul li {
  margin-bottom: 0.7rem;
}

.grh3vlec a {
  color: var(--gray);
  transition: color 0.3s;
}

.grh3vlec a:hover {
  color: var(--primary-light);
}

.mil2j9l8 li {
  color: var(--gray);
}

.ja3i67cf {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: var(--gray);
}

/* Modal */
.psghfqf4 {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.x30hcug7 {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 3rem;
  border-radius: 24px;
  text-align: center;
  max-width: 400px;
  position: relative;
  animation: modalPop 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes modalPop {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

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

.wrf2tlov:hover { color: var(--primary); }

.rbc1mow4 {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.vzjq7tjp {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.fgiomxu6 {
  color: var(--gray);
}

/* Responsive */
@media (max-width: 1024px) {
  .ypjsr4ik { grid-template-columns: 1fr; text-align: center; }
  .f7i1u15b { display: none; }
  .t2nrjpg2 { grid-template-columns: repeat(2, 1fr); }
  .fuz11bui { grid-template-columns: 1fr; }
  .j3wzvtmo { grid-template-columns: 1fr; }
  .l8yh3m3n { grid-template-columns: 1fr; }
  .o4p938k8 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hi923m16 { display: none; }
  .trkmkchs { font-size: 2.5rem; }
  .t2nrjpg2 { grid-template-columns: 1fr; }
  .e98ohbox { grid-template-columns: 1fr; }
  .sisnaz6i { flex-direction: column; }
  .sisnaz6i input { width: 100%; }
  .o4p938k8 { grid-template-columns: 1fr; }
}
