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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v65hhdrr {
  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 */
.qpvtfw0i {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hi3xq9re:hover,
.hi3xq9re.j5us4mpf {
  background: var(--secondary);
  color: var(--white);
}

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

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

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

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

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

.q59ypul1 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.iyxtsft8 .bcn4mqn3 h2 {
  color: var(--white);
}

.iyxtsft8 .bcn4mqn3 p {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .v65hhdrr {
    font-size: 10rem;
  }

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

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

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

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

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

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

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

  .l93mhwzb {
    flex-direction: column;
  }

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

/* Modal */
.kgqpaap6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.kgqpaap6[data-visible="true"] {
  opacity: 1;
  visibility: visible;
}

.vxcnmrvi {
  background: var(--white);
  padding: 3rem 2.5rem;
  border-radius: 25px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.kgqpaap6[data-visible="true"] .vxcnmrvi {
  transform: scale(1);
}

.p50whosh {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #888;
  transition: color 0.3s;
  padding: 5px;
  line-height: 1;
}

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

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

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

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

/* Page Loader */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s, visibility 0.5s;
}

#page-loader[data-loaded="true"] {
  opacity: 0;
  visibility: hidden;
}

.pabedev7 {
  width: 60px;
  height: 60px;
  border: 5px solid #ddd;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.smh464k3 {
  color: var(--dark);
  font-size: 1.2rem;
  font-weight: 500;
}

/* Page Wrapper */
#page-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

#page-wrapper[data-visible="true"] {
  opacity: 1;
  visibility: visible;
}
