/* Siam Joint Lab - Modern Herbal Phytotherapy Design */

/* CSS Variables */
:root {
  --sage-light: #e8f5e9;
  --sage-medium: #c8e6c9;
  --deep-green: #2e7d32;
  --deep-green-dark: #1b5e20;
  --golden-ochre: #daa520;
  --golden-ochre-light: #f0c420;
  --white: #ffffff;
  --text-dark: #1a1a2e;
  --text-medium: #4a4a5a;
  --text-light: #7a7a8a;
  --shadow-soft: 0 4px 20px rgba(46, 125, 50, 0.1);
  --shadow-medium: 0 8px 30px rgba(46, 125, 50, 0.15);
  --shadow-strong: 0 12px 40px rgba(46, 125, 50, 0.2);
  --border-radius: 12px;
  --border-radius-lg: 20px;
  --transition: all 0.3s ease;
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sarabun", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  color: var(--text-dark);
  background: linear-gradient(
    135deg,
    var(--sage-light) 0%,
    var(--white) 50%,
    var(--sage-light) 100%
  );
  line-height: 1.6;
  overflow-x: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.3;
  color: var(--deep-green);
}

h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}

p {
  color: var(--text-medium);
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

/* Container */
.dbzgclaw {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
  z-index: 1000;
  padding: 15px 0;
}

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

.cap39l99 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--deep-green);
}

.efykffdt {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--deep-green), var(--golden-ochre));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
}

.dreh8var {
  display: flex;
  gap: 30px;
  list-style: none;
}

.dreh8var a {
  color: var(--text-medium);
  font-weight: 500;
  position: relative;
  padding: 5px 0;
}

.dreh8var a:hover {
  color: var(--deep-green);
}

.dreh8var a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--golden-ochre);
  transition: var(--transition);
}

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

/* Hero Section */
.fd8jn2yz {
  padding: 140px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(46, 125, 50, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(218, 165, 32, 0.05) 0%,
      transparent 50%
    );
}

.ozvzkdpj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.e7qjlnps h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  background: linear-gradient(135deg, var(--deep-green), var(--golden-ochre));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.e7qjlnps .nrmjwnio {
  font-size: 1.2rem;
  color: var(--text-medium);
  margin-bottom: 40px;
  line-height: 1.8;
}

.e1vs3g6w {
  position: relative;
}

.e1vs3g6w img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-strong);
}

.e1vs3g6w::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: var(--golden-ochre);
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}

/* Buttons */
.oa76zltl {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  font-family: "Sarabun", sans-serif;
}

.zlalfezr {
  background: linear-gradient(
    135deg,
    var(--deep-green),
    var(--deep-green-dark)
  );
  color: var(--white);
  box-shadow: 0 4px 15px rgba(46, 125, 50, 0.3);
}

.zlalfezr:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(46, 125, 50, 0.4);
}

.tmwo4grs {
  background: linear-gradient(
    135deg,
    var(--golden-ochre),
    var(--golden-ochre-light)
  );
  color: var(--white);
  box-shadow: 0 4px 15px rgba(218, 165, 32, 0.3);
}

.tmwo4grs:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(218, 165, 32, 0.4);
}

/* Section Styles */
.section {
  padding: 80px 0;
}

.yjh0p80g {
  text-align: center;
  margin-bottom: 60px;
}

.yjh0p80g h2 {
  margin-bottom: 15px;
}

.yjh0p80g p {
  max-width: 600px;
  margin: 0 auto;
  color: var(--text-light);
}

/* Steps Section */
.qyb0iitp {
  background: var(--white);
}

.yf4myisb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.hjqpdty7 {
  background: var(--sage-light);
  padding: 40px 30px;
  border-radius: var(--border-radius-lg);
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.hjqpdty7:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-medium);
}

.hjqpdty7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--deep-green), var(--golden-ochre));
}

.mb6gdj2h {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(
    135deg,
    var(--deep-green),
    var(--deep-green-dark)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.hjqpdty7 h3 {
  color: var(--deep-green);
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.hjqpdty7 p {
  color: var(--text-medium);
  font-size: 0.95rem;
}

/* Ingredients Section */
.tiv0hqs9 {
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--white) 100%);
}

.gqcsqx1w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.u35la62n {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.u35la62n:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-5px);
}

.ypk41y6z {
  height: 280px;
  overflow: hidden;
  position: relative;
}

.ypk41y6z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.u35la62n:hover .ypk41y6z img {
  transform: scale(1.1);
}

.nvorezge {
  padding: 30px;
}

.nvorezge h3 {
  color: var(--deep-green);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wwiakfwb {
  background: var(--golden-ochre);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
}

.nvorezge p {
  color: var(--text-medium);
  font-size: 0.95rem;
  line-height: 1.8;
}

.opr8a0r2 {
  margin-top: 20px;
  list-style: none;
}

.opr8a0r2 li {
  padding: 8px 0;
  color: var(--text-medium);
  display: flex;
  align-items: center;
  gap: 10px;
}

.opr8a0r2 li::before {
  content: "✓";
  color: var(--deep-green);
  font-weight: bold;
}

/* Testimonials Section */
.kj7znlpe {
  background: var(--white);
}

.i9cptdl0 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.yl2g2tk6 {
  background: var(--sage-light);
  padding: 35px;
  border-radius: var(--border-radius-lg);
  transition: var(--transition);
}

.yl2g2tk6:hover {
  box-shadow: var(--shadow-medium);
}

.z03jjrbd {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.rdb6isr0 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--golden-ochre);
}

.yghwe24a h4 {
  color: var(--deep-green);
  margin-bottom: 5px;
}

.yghwe24a span {
  color: var(--text-light);
  font-size: 0.85rem;
}

.bvepbknj {
  color: var(--text-medium);
  font-style: italic;
  line-height: 1.8;
}

.akj0wjgp {
  color: var(--golden-ochre);
  margin-top: 15px;
  font-size: 1.2rem;
}

/* Footer */
.footer {
  background: linear-gradient(
    135deg,
    var(--deep-green),
    var(--deep-green-dark)
  );
  color: var(--white);
  padding: 60px 0 30px;
}

.k4lwz34p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.n82l9fgd h4 {
  color: var(--golden-ochre);
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.n82l9fgd p,
.n82l9fgd a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.n82l9fgd a:hover {
  color: var(--golden-ochre);
}

.aruw0saa {
  list-style: none;
}

.aruw0saa li {
  margin-bottom: 12px;
}

.ppe3y1mv {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

/* Modal */
.hy3ndvi5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.hy3ndvi5[style*="display: flex"] {
  display: flex;
}

.yj2grdfk {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  max-width: 500px;
  width: 90%;
  padding: 40px;
  position: relative;
  box-shadow: var(--shadow-strong);
  animation: modalSlideIn 0.3s ease forwards;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.skocan7r {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border: none;
  background: var(--sage-light);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--deep-green);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.skocan7r:hover {
  background: var(--deep-green);
  color: var(--white);
}

.yj2grdfk h3 {
  color: var(--deep-green);
  margin-bottom: 10px;
  text-align: center;
}

.yj2grdfk p {
  text-align: center;
  color: var(--text-medium);
  margin-bottom: 30px;
}

.tvggsuq9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tvggsuq9 input,
.tvggsuq9 select,
.tvggsuq9 textarea {
  padding: 15px 20px;
  border: 2px solid var(--sage-medium);
  border-radius: var(--border-radius);
  font-family: "Sarabun", sans-serif;
  font-size: 1rem;
  transition: var(--transition);
}

.tvggsuq9 input:focus,
.tvggsuq9 select:focus,
.tvggsuq9 textarea:focus {
  outline: none;
  border-color: var(--deep-green);
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
}

.tvggsuq9 textarea {
  resize: vertical;
  min-height: 100px;
}

.tvggsuq9 button {
  width: 100%;
}

/* Legal Pages */
.s1gvittk {
  padding: 120px 0 60px;
  background: var(--white);
  min-height: 100vh;
}

.r8zddxt5 {
  max-width: 800px;
  margin: 0 auto;
}

.r8zddxt5 h1 {
  color: var(--deep-green);
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--golden-ochre);
}

.r8zddxt5 h2 {
  color: var(--deep-green);
  margin: 30px 0 15px;
}

.r8zddxt5 p,
.r8zddxt5 li {
  color: var(--text-medium);
  line-height: 1.8;
  margin-bottom: 15px;
}

.r8zddxt5 ul,
.r8zddxt5 ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

.r8zddxt5 a {
  color: var(--deep-green);
  text-decoration: underline;
}

.r8zddxt5 a:hover {
  color: var(--golden-ochre);
}

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

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

  .yf4myisb,
  .i9cptdl0 {
    grid-template-columns: 1fr;
  }

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

  .k4lwz34p {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

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

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }

  .fd8jn2yz {
    padding: 100px 0 60px;
  }

  .section {
    padding: 60px 0;
  }
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.e1vs3g6w img {
  animation: float 6s ease-in-out infinite;
}

/* Leaf decoration */
.x5k65sf7 {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0.05;
  background: var(--deep-green);
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  z-index: -1;
}

.mfe6frey {
  top: 10%;
  left: 5%;
}
.xnrfp12n {
  bottom: 20%;
  right: 10%;
  transform: rotate(45deg);
}
.ifw2cgdb {
  top: 50%;
  right: 5%;
  transform: rotate(-30deg);
}
