/* Bio-Pure Thailand - Eco-Tech Styling */

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

:root {
  --white: #ffffff;
  --forest-green: #1b5e20;
  --forest-green-light: #2e7d32;
  --sky-blue: #e1f5fe;
  --sky-blue-dark: #b3e5fc;
  --text-dark: #1a1a1a;
  --text-gray: #555555;
  --border-color: #e0e0e0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sarabun", sans-serif;
  background-color: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  color: var(--forest-green);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

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

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(27, 94, 32, 0.1);
  z-index: 1000;
  padding: 15px 0;
}

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

.t7fvzsk9 {
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--forest-green);
  display: flex;
  align-items: center;
  gap: 10px;
}

.jhzzodwy {
  width: 40px;
  height: 40px;
  background: linear-gradient(
    135deg,
    var(--forest-green),
    var(--forest-green-light)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
}

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

.l829wmwk a {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  color: var(--text-dark);
  position: relative;
  padding: 5px 0;
}

.l829wmwk a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--forest-green);
  transition: width 0.3s ease;
}

.l829wmwk a:hover {
  color: var(--forest-green);
}

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

/* Hero Section */
.s8stzfvc {
  padding: 150px 0 100px;
  background: linear-gradient(180deg, var(--white) 0%, var(--sky-blue) 100%);
  position: relative;
  overflow: hidden;
}

.s8stzfvc::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(
    ellipse,
    rgba(27, 94, 32, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.s8stzfvc .e541errq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.zv61v07a h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--forest-green);
}

.zv61v07a .wcfarou2 {
  font-size: 1.2rem;
  color: var(--text-gray);
  margin-bottom: 40px;
  line-height: 1.8;
}

.ytlymzkp {
  display: inline-block;
  background: linear-gradient(
    135deg,
    var(--forest-green),
    var(--forest-green-light)
  );
  color: var(--white);
  font-family: "Kanit", sans-serif;
  font-size: 1.1rem;
  padding: 18px 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(27, 94, 32, 0.3);
}

.ytlymzkp:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(27, 94, 32, 0.4);
}

.e8rj7vj3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wx08g4wa {
  width: 100%;
  max-width: 500px;
  height: 400px;
  background: linear-gradient(135deg, var(--sky-blue), var(--white));
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27, 94, 32, 0.15);
}

.wx08g4wa::before {
  content: "🌿";
  font-size: 150px;
  opacity: 0.8;
}

.wx08g4wa::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(27, 94, 32, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

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

.mjl8ctpu {
  background: var(--sky-blue);
}

.ab480t8l {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--forest-green);
}

.pejbmc27 {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-gray);
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.8;
}

/* Why Protection Section */
.roe0lg4s {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.llxtbm79 {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(27, 94, 32, 0.08);
  transition: transform 0.3s ease;
}

.llxtbm79:hover {
  transform: translateY(-10px);
}

.x73dwql6 {
  width: 80px;
  height: 80px;
  background: var(--sky-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2.5rem;
}

.llxtbm79 h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--forest-green);
}

.llxtbm79 p {
  color: var(--text-gray);
  line-height: 1.7;
}

/* Infographic */
.ju2k9ryd {
  background: var(--white);
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(27, 94, 32, 0.1);
}

.ju2k9ryd h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

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

.xtxzestt {
  text-align: center;
  padding: 30px;
  background: var(--sky-blue);
  border-radius: 20px;
}

.xtxzestt .metzo06i {
  font-size: 3rem;
  margin-bottom: 15px;
}

.xtxzestt h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--forest-green);
}

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

/* Botanical Section */
.cnwj2rjk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.w7kxth4p {
  background: var(--white);
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(27, 94, 32, 0.1);
  transition: transform 0.3s ease;
}

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

.bqi01lhm {
  height: 200px;
  background: linear-gradient(
    135deg,
    var(--forest-green),
    var(--forest-green-light)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.hs5jcy4e {
  padding: 30px;
}

.hs5jcy4e h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--forest-green);
}

.hs5jcy4e .f4olxl3e {
  font-style: italic;
  color: var(--text-gray);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.hs5jcy4e p {
  color: var(--text-gray);
  line-height: 1.7;
}

/* CTA Section */
.h25v9mln {
  background: linear-gradient(
    135deg,
    var(--forest-green),
    var(--forest-green-light)
  );
  padding: 80px 0;
  text-align: center;
}

.l474jhzc h2 {
  color: var(--white);
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.l474jhzc p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.c8ci8o6q {
  display: inline-block;
  background: var(--white);
  color: var(--forest-green);
  font-family: "Kanit", sans-serif;
  font-size: 1.2rem;
  padding: 20px 50px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.c8ci8o6q:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Footer */
.footer {
  background: var(--text-dark);
  color: var(--white);
  padding: 60px 0 30px;
}

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

.xlihcww5 {
  font-family: "Kanit", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wyak3ebr p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 20px;
}

.kqyffk4u h4 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.kqyffk4u ul {
  list-style: none;
}

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

.kqyffk4u a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.kqyffk4u a:hover {
  color: var(--sky-blue);
}

.qjjzz08i p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 10px;
}

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

/* Modal */
.nvio321g {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  backdrop-filter: blur(5px);
}

.qmf6skgn {
  background: var(--white);
  border-radius: 30px;
  width: 100%;
  max-width: 500px;
  padding: 50px 40px;
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.nxlfudqt {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-gray);
  cursor: pointer;
  transition: color 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.nxlfudqt:hover {
  color: var(--forest-green);
  background: var(--sky-blue);
}

.qmf6skgn h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--forest-green);
}

.htsqwghb {
  text-align: center;
  color: var(--text-gray);
  margin-bottom: 30px;
}

.nqjo44q0 {
  margin-bottom: 25px;
}

.nqjo44q0 label {
  display: block;
  font-family: "Kanit", sans-serif;
  color: var(--forest-green);
  margin-bottom: 10px;
  font-size: 1rem;
}

.nqjo44q0 input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid var(--border-color);
  border-radius: 15px;
  font-family: "Sarabun", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.nqjo44q0 input:focus {
  outline: none;
  border-color: var(--forest-green);
}

.bdeojgmu {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--forest-green),
    var(--forest-green-light)
  );
  color: var(--white);
  font-family: "Kanit", sans-serif;
  font-size: 1.1rem;
  padding: 18px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(27, 94, 32, 0.3);
}

.bdeojgmu:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(27, 94, 32, 0.4);
}

/* Legal Pages */
.p8mddz7n {
  padding: 120px 0 80px;
}

.feefc6rc {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--forest-green);
}

.jfy6ff1o h3 {
  font-size: 1.5rem;
  margin: 30px 0 15px;
  color: var(--forest-green);
}

.jfy6ff1o p {
  color: var(--text-gray);
  line-height: 1.8;
  margin-bottom: 15px;
}

.jfy6ff1o ul {
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-gray);
}

.jfy6ff1o li {
  margin-bottom: 10px;
  line-height: 1.7;
}

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

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

  .e8rj7vj3 {
    order: -1;
  }

  .roe0lg4s,
  .srxz61md,
  .cnwj2rjk,
  .arou0tjp {
    grid-template-columns: 1fr;
  }

  .l829wmwk {
    display: none;
  }
}

@media (max-width: 768px) {
  .zv61v07a h1 {
    font-size: 2rem;
  }

  .ab480t8l {
    font-size: 2rem;
  }

  .qmf6skgn {
    margin: 20px;
    padding: 40px 25px;
  }
}
