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

:root {
  --primary: #2D6A4F;
  --primary-light: #52B788;
  --secondary: #D4A373;
  --accent: #E9C46A;
  --dark: #1B4332;
  --light: #F8F9FA;
  --text: #2D3436;
  --white: #FFFFFF;
  --gradient: linear-gradient(135deg, #2D6A4F 0%, #52B788 100%);
}

body {
  font-family: "Kanit", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background: var(--light);
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.lylcg0xb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  background: var(--white);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

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

.u4fmf687 {
  display: flex;
  align-items: center;
  gap: 3rem;
}

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

.hrf9d6tp {
  display: flex;
  gap: 2rem;
}

.hrf9d6tp a {
  font-weight: 500;
  color: var(--text);
  transition: color 0.3s;
}

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

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

.kfb0htu8 {
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  transition: background 0.3s;
}

.kfb0htu8:hover {
  background: var(--dark);
}

.g4rnszcb { font-size: 1.2rem; }

.yde1al8x {
  background: var(--secondary);
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 50%;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

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

.qixm4jsc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg fill=\"%23ffffff\" fill-opacity=\"0.05\"%3E%3Cpath d=\"M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.n6ki3nq6 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ypby1n3e {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

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

.wunl2j1r h1 span {
  color: var(--accent);
}

.wunl2j1r p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  opacity: 0.95;
}

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

.e8cp43to {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.s936uik6 {
  background: var(--accent);
  color: var(--dark);
}

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

.y4mh5jsu {
  background: transparent;
  border: 2px solid var(--white);
  color: var(--white);
}

.y4mh5jsu:hover {
  background: var(--white);
  color: var(--primary);
}

.sjq0j6xd {
  background: var(--primary);
  color: var(--white);
}

.sjq0j6xd:hover {
  background: var(--dark);
}

.dgu4ti55 {
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nft4pxcc {
  text-align: center;
}

.jbul66r3 {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent);
}

.cn8pbx6k {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Features */
.yksswh46 {
  background: var(--white);
  padding: 3rem 0;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

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

.bhogoc1f {
  text-align: center;
  padding: 1.5rem;
  border-radius: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.bhogoc1f:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sy0dir9j {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.bhogoc1f h3 {
  color: var(--primary);
  margin-bottom: 0.3rem;
}

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

/* Section Header */
.f054ta3h {
  text-align: center;
  margin-bottom: 3rem;
}

.zqe562te {
  display: inline-block;
  background: var(--primary-light);
  color: var(--white);
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.f054ta3h h2 {
  font-size: 2.2rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.f054ta3h p {
  color: #666;
}

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

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

.i7lkb5um {
  padding: 0.7rem 1.5rem;
  border: 2px solid var(--primary-light);
  background: var(--white);
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--text);
}

.i7lkb5um:hover,
.i7lkb5um.eqoalmw2 {
  background: var(--primary-light);
  color: var(--white);
}

.vdo4rv7v {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.dju7pltk {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

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

.fjwfldk6 {
  height: 180px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.lkn3k5ak {
  padding: 1.5rem;
}

.bol95hf4 {
  font-size: 0.8rem;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

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

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

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

.vcqmoqjw {
  color: var(--accent);
  font-size: 0.9rem;
}

.y10csyen {
  text-align: center;
  margin-top: 3rem;
}

/* About */
.a7qgd1iv {
  padding: 5rem 0;
  background: var(--white);
}

.ipar1h9p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.cd3p1wko {
  font-size: 15rem;
  text-align: center;
  line-height: 1;
}

.ibm23wh0 .zqe562te {
  margin-bottom: 1rem;
}

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

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

.jx7bsaxe {
  margin-bottom: 2rem;
}

.jx7bsaxe li {
  padding: 0.5rem 0;
  color: #555;
}

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

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

.y6t117ix {
  background: var(--white);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: transform 0.3s;
}

.y6t117ix:hover {
  transform: translateY(-5px);
}

.t88mb3pa {
  color: var(--accent);
  margin-bottom: 1rem;
}

.zsrxu25s {
  color: #555;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

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

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

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

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

/* CTA */
.ao767vgm {
  padding: 5rem 0;
  background: var(--gradient);
  color: var(--white);
}

.w28i0gyc {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.ao767vgm h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.ao767vgm p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

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

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

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

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

.cta-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  opacity: 0.8;
}

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

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

.wf6kvqvc h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.wf6kvqvc p {
  color: #aaa;
  line-height: 1.8;
}

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

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

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

.e4vyj5yz h4,
.efrr6btf h4 {
  margin-bottom: 1.5rem;
  color: var(--accent);
}

.e4vyj5yz ul li {
  margin-bottom: 0.7rem;
}

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

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

.efrr6btf ul li {
  margin-bottom: 0.8rem;
  color: #aaa;
}

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

/* Modal */
.bf17koo8 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.jk2scvsx {
  background: var(--white);
  padding: 3rem;
  border-radius: 25px;
  text-align: center;
  max-width: 420px;
  position: relative;
  animation: modalPop 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes modalPop {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

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

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

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

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

.jk2scvsx p {
  color: #666;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
  .b6y3tf5b {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ipar1h9p {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .ndofqu9x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hrf9d6tp {
    display: none;
  }
  
  .menu-toggle {
    display: block;
  }
  
  .wunl2j1r h1 {
    font-size: 2.2rem;
  }
  
  .dgu4ti55 {
    gap: 1.5rem;
  }
  
  .b6y3tf5b {
    grid-template-columns: 1fr;
  }
  
  .e2865rkd {
    flex-direction: column;
  }
  
  .ndofqu9x {
    grid-template-columns: 1fr;
  }
}
