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

:root {
  --primary: #FF6B6B;
  --primary-dark: #EE5A5A;
  --secondary: #4ECDC4;
  --accent: #FFE66D;
  --dark: #2C3E50;
  --light: #F7F9FC;
  --text: #333;
  --white: #fff;
  --gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

body {
  font-family: 'Sarabun', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text);
  background: var(--light);
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.aaf2s5np {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;
}

/* Header */
header {
  background: var(--white);
  padding: 1.5rem 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

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

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

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

.x6y0tldq a {
  font-weight: 500;
  color: var(--dark);
  position: relative;
  transition: color 0.3s;
}

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

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

.x6y0tldq a:hover::after {
  width: 100%;
}

.rjwq8tdl {
  position: relative;
  font-size: 1.5rem;
  cursor: pointer;
}

.n0o7zag8 {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--primary);
  color: var(--white);
  font-size: 0.7rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Hero */
.kbkmmqm8 {
  background: var(--gradient);
  padding: 6rem 0;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.kbkmmqm8::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.sgn92n7q {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.us43w2cs h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.us43w2cs p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.n7bl5hdi {
  display: inline-block;
  background: var(--accent);
  color: var(--dark);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.n7bl5hdi:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hunu8zro {
  text-align: center;
  font-size: 15rem;
  line-height: 1;
  animation: float 3s ease-in-out infinite;
}

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

/* Stats Bar */
.auciteri {
  background: var(--white);
  padding: 2rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.tzf4zvmt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.i9mzwsb8 h3 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.i9mzwsb8 p {
  color: #666;
  font-size: 0.95rem;
}

/* Categories */
.sxenhwdo {
  padding: 5rem 0;
}

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

.hk7gx3lt h2 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

.hk7gx3lt p {
  color: #666;
  font-size: 1.1rem;
}

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

.nwx698dv {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}

.nwx698dv:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: var(--secondary);
}

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

.nwx698dv h3 {
  color: var(--dark);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.nwx698dv p {
  color: #888;
  font-size: 0.9rem;
}

/* Featured Products */
.bt97x3ul {
  background: var(--white);
  padding: 5rem 0;
}

.tog0x9jf {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.sls3ixzr {
  padding: 0.8rem 2rem;
  border: 2px solid var(--secondary);
  background: var(--white);
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.sls3ixzr:hover,
.sls3ixzr.z5l141qa {
  background: var(--secondary);
  color: var(--white);
}

.djtrkt3a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.m9myrxvv {
  background: var(--light);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.m9myrxvv:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.xmj2btux {
  height: 220px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  position: relative;
}

.gp6ogdn0 {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--primary);
  color: var(--white);
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.ykbbpp0f {
  padding: 1.5rem;
}

.ykbbpp0f h3 {
  font-size: 1.2rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.eq0hka1r {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

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

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

.fhxeeqvc old {
  font-size: 0.9rem;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

.zzk7408n {
  background: var(--secondary);
  color: var(--white);
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.zzk7408n:hover {
  background: #3DBDB5;
}

/* Why Choose Us */
.jzkxrcde {
  padding: 5rem 0;
  background: var(--gradient);
  color: var(--white);
}

.jzkxrcde .hk7gx3lt h2 {
  color: var(--white);
}

.jzkxrcde .hk7gx3lt p {
  opacity: 0.9;
}

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

.g2sw1y0s {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s;
}

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

.wak0k6ix {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.g2sw1y0s h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.g2sw1y0s p {
  opacity: 0.9;
  font-size: 0.95rem;
}

/* Testimonials */
.df5pzpus {
  padding: 5rem 0;
  background: var(--light);
}

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

.o99h5rnr {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: relative;
}

.o99h5rnr::before {
  content: '"';
  font-size: 5rem;
  color: var(--secondary);
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}

.chb9kekl {
  font-style: italic;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

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

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

.c8vbfzqh h4 {
  color: var(--dark);
  font-size: 1rem;
}

.c8vbfzqh span {
  color: #888;
  font-size: 0.85rem;
}

.st9wg318 {
  color: #FFC107;
  margin-top: 0.5rem;
}

/* CTA Section */
.wmtjzdlp {
  padding: 5rem 0;
  background: var(--white);
  text-align: center;
}

.fi4gjiyq {
  background: var(--gradient);
  border-radius: 30px;
  padding: 4rem 2rem;
  color: var(--white);
}

.fi4gjiyq h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.fi4gjiyq p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.h1nm9of2 {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  gap: 1rem;
}

.h1nm9of2 input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  outline: none;
}

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

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

/* Footer */
footer {
  background: var(--dark);
  color: var(--white);
  padding: 4rem 0 2rem;
}

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

.uznfcif8 p {
  color: #aaa;
  margin-top: 1rem;
  line-height: 1.8;
}

.dpide8hc {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

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

.dpide8hc a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.w0ek3m9u h4,
.lfz9ckaz h4 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: var(--secondary);
}

.w0ek3m9u ul li {
  margin-bottom: 0.8rem;
}

.w0ek3m9u a {
  color: #aaa;
  transition: color 0.3s;
}

.w0ek3m9u a:hover {
  color: var(--white);
}

.lfz9ckaz ul li {
  margin-bottom: 1rem;
  color: #aaa;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

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

/* Responsive */
@media (max-width: 992px) {
  .sgn92n7q {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hunu8zro {
    font-size: 10rem;
  }

  .tzf4zvmt {
    grid-template-columns: repeat(2, 1fr);
  }

  .htjxeh8m {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .qyf2rraj {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .x6y0tldq {
    display: none;
  }

  .us43w2cs h1 {
    font-size: 2.5rem;
  }

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

  .h1nm9of2 {
    flex-direction: column;
  }

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

/* Modal */
.prhocb65 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.m4skxw5n {
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  max-width: 400px;
  position: relative;
  animation: modalSlide 0.3s ease-out;
}

@keyframes modalSlide {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.kychjpop {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #888;
  transition: color 0.3s;
}

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

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

.m4skxw5n h2 {
  color: var(--dark);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.m4skxw5n p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}
