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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ady6bxof {
  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 */
.ynhf538y {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fy36vhp6:hover,
.fy36vhp6.h1y5nygy {
  background: var(--secondary);
  color: var(--white);
}

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

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

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

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

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

.ngsqvk5z {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.prldxt3c .td93ykvj h2 {
  color: var(--white);
}

.prldxt3c .td93ykvj p {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ady6bxof {
    font-size: 10rem;
  }

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

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

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

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

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

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

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

  .zyj39q1q {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

.fmo6mr99 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: var(--gradient);
  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;
}

.zc3dvlhn {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1.5rem;
}

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

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