* {
  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;
}

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

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

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

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

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

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

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

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

.ti73udpr {
  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 */
.s7jtrm4r {
  background: var(--gradient);
  padding: 6rem 0;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.n21i1o9t {
  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 */
.hf0pcmfn {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nrbuhg0s:hover,
.nrbuhg0s.kxj1suze {
  background: var(--secondary);
  color: var(--white);
}

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

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

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

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

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

.ksh5mebw {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.zag4mjb1 .pkplhy1w h2 {
  color: var(--white);
}

.zag4mjb1 .pkplhy1w p {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spav4vnz 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;
}

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

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

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

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

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

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

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

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

  .n21i1o9t {
    font-size: 10rem;
  }

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

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

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

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

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

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

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

  .l3k7nhbt {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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