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

:root {
  --primary: #4CAF50;
  --primary-dark: #388E3C;
  --secondary: #8BC34A;
  --accent: #FFC107;
  --dark: #2E7D32;
  --light: #F1F8E9;
  --text: #333;
  --white: #fff;
  --gradient: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
}

body {
  font-family: 'Montserrat', '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;
}

.rf4aqff0 {
  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);
  position: sticky;
  top: 0;
  z-index: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.a891yxi1 {
  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 */
.svmtl2a9 {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Vitamins Section */
.gkn329fs {
  background: var(--white);
  padding: 5rem 0;
}

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

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

.hf3dbprm:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  border-color: var(--primary);
}

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

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

.hf3dbprm p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.tgxncod1 {
  display: block;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 500;
}

/* Diets Section */
.iiwrskou {
  padding: 5rem 0;
  background: var(--light);
}

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

.l32ddeiv {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
}

.l32ddeiv:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  border-color: var(--secondary);
}

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

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

.l32ddeiv h3 {
  color: var(--dark);
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.l32ddeiv > p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.w57c93lr {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.w57c93lr span {
  color: #888;
  font-size: 0.9rem;
}

/* Recipes Section */
.k9en0hwt {
  padding: 5rem 0;
  background: var(--white);
}

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

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

.ncetcdg1:hover,
.ncetcdg1.gvsff5ne {
  background: var(--primary);
  color: var(--white);
}

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

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

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

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

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

.l8mhxzld {
  padding: 1.5rem;
}

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

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

.ogdpzrew {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.ogdpzrew span {
  color: #666;
  font-size: 0.85rem;
}

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

.dp1dxmtb .ehei37u1 h2 {
  color: var(--white);
}

.dp1dxmtb .ehei37u1 p {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .a891yxi1 {
    font-size: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

  .kfhrhad4 {
    flex-direction: column;
  }

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

/* Legal Pages */
.wcunuvk2 {
  padding: 4rem 0;
  background: var(--light);
  min-height: 60vh;
}

.wcunuvk2 .rf4aqff0 {
  max-width: 800px;
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.wcunuvk2 h1 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 1rem;
  text-align: center;
}

.wcunuvk2 .sced6ebl {
  text-align: center;
  color: #888;
  margin-bottom: 3rem;
  font-size: 0.9rem;
}

.wcunuvk2 section {
  margin-bottom: 2.5rem;
}

.wcunuvk2 h2 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--light);
}

.wcunuvk2 p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.wcunuvk2 ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.wcunuvk2 ul li {
  color: #666;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Thai Font Support */
body {
  font-family: 'Sarabun', 'Montserrat', sans-serif;
}

.qvxz5bf5 {
  font-family: 'Sarabun', sans-serif;
}
