/* ============================================
   CSS Variables & Reset
   ============================================ */
:root {
  --deep-blue: #1a237e;
  --deep-blue-light: #283593;
  --gold: #ffb300;
  --gold-light: #ffc107;
  --white: #ffffff;
  --off-white: #f8f9fa;
  --gray-light: #e8eaf6;
  --text-dark: #1a1a2e;
  --text-gray: #546e7a;

  --font-heading: "Prompt", sans-serif;
  --font-body: "Sarabun", sans-serif;

  --shadow-soft: 0 4px 20px rgba(26, 35, 126, 0.1);
  --shadow-medium: 0 8px 40px rgba(26, 35, 126, 0.15);
  --shadow-strong: 0 12px 60px rgba(26, 35, 126, 0.2);

  --transition: all 0.3s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background-color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

.tl35z56b {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.aqq0ikmj {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--deep-blue);
  box-shadow: 0 4px 15px rgba(255, 179, 0, 0.4);
}

.aqq0ikmj:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 179, 0, 0.5);
}

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

.r92xez5u:hover {
  background: var(--gold);
  color: var(--deep-blue);
}

.vaaqwb1n {
  padding: 100px 0;
}

.dxl9irqg {
  font-size: 36px;
  color: var(--deep-blue);
  text-align: center;
  margin-bottom: 20px;
}

.y5wqg5bc {
  font-size: 18px;
  color: var(--text-gray);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

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

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

.y0vm7xsm {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bgsio7q5 {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.bgsio7q5::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.3;
}

.bgsio7q5::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--white);
  border-radius: 50%;
}

.fuqesd9k {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--deep-blue);
}

.fuqesd9k span {
  color: var(--gold);
}

.w83fk2je {
  display: flex;
  gap: 40px;
  list-style: none;
}

.w83fk2je a {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
  transition: var(--transition);
  position: relative;
}

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

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

.w83fk2je a:hover {
  color: var(--deep-blue);
}

.b9su33in {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
}

.b9su33in span {
  width: 25px;
  height: 3px;
  background: var(--deep-blue);
  border-radius: 2px;
}

/* ============================================
   Hero Section
   ============================================ */
.sif54is7 {
  padding-top: 140px;
  padding-bottom: 100px;
  background: linear-gradient(
    135deg,
    var(--deep-blue) 0%,
    #283593 50%,
    #3949ab 100%
  );
  position: relative;
  overflow: hidden;
}

.sif54is7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  background-size: 50px 50px;
  opacity: 0.5;
}

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

.poyrdfjw {
  color: var(--white);
}

.pqfwowaj {
  display: inline-block;
  background: rgba(255, 179, 0, 0.2);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 8px 20px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}

.v71y7rzn {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.a8suhaop {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 40px;
  line-height: 1.8;
}

.fiqt6jp3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.uu00omqz {
  position: relative;
}

.s09sgrjx {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.s09sgrjx img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.xjjuqoiw {
  position: absolute;
  background: var(--white);
  padding: 20px;
  border-radius: 15px;
  box-shadow: var(--shadow-medium);
  animation: float 3s ease-in-out infinite;
}

.xjjuqoiw.al2t4dyn {
  bottom: 30px;
  left: -30px;
}

.xjjuqoiw.wrf13x4x {
  top: 30px;
  right: -20px;
  animation-delay: 1.5s;
}

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

.jxyiryau {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.slh0endd {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--deep-blue);
}

.qa4o91pr {
  font-size: 12px;
  color: var(--text-gray);
}

/* ============================================
   Mechanisms Section
   ============================================ */
.uy30tiie {
  background: var(--off-white);
}

.y8j6msd4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}

.d5lcymh8 {
  position: relative;
}

.d5lcymh8 img {
  border-radius: 20px;
  box-shadow: var(--shadow-medium);
  height: 450px;
  object-fit: cover;
}

.codgh7ci {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.iwgkf1yb {
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
  border-left: 4px solid transparent;
}

.iwgkf1yb:hover {
  transform: translateX(10px);
  border-left-color: var(--gold);
  box-shadow: var(--shadow-medium);
}

.iwgkf1yb.jnj72fdw {
  border-left-color: var(--gold);
}

.iwgkf1yb.ty0hblpn {
  border-left-color: var(--deep-blue);
}

.a1zveero {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.iwgkf1yb.ty0hblpn .a1zveero {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
}

.rrmgkswx {
  font-size: 22px;
  color: var(--deep-blue);
  margin-bottom: 12px;
}

.fq1phdxr {
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1.8;
}

.mbclzsy6 {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(26, 35, 126, 0.05),
    rgba(255, 179, 0, 0.05)
  );
  border-radius: 15px;
  text-align: center;
}

.mbclzsy6 img {
  max-height: 150px;
  margin: 0 auto;
}

/* ============================================
   Food Table Section
   ============================================ */
.fytkk8b7 {
  background: var(--white);
}

.xbh4kr62 {
  overflow-x: auto;
  border-radius: 20px;
  box-shadow: var(--shadow-medium);
}

.ccx8a33b {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.ccx8a33b thead {
  background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));
  color: var(--white);
}

.ccx8a33b th {
  padding: 20px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.ccx8a33b td {
  padding: 20px;
  border-bottom: 1px solid var(--gray-light);
}

.ccx8a33b tbody tr {
  transition: var(--transition);
}

.ccx8a33b tbody tr:hover {
  background: var(--off-white);
}

.qpgtzvve {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hp5i7fw4 {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.qykdno5e {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--deep-blue);
}

.kri4rjbp {
  width: 100%;
  height: 8px;
  background: var(--gray-light);
  border-radius: 4px;
  overflow: hidden;
}

.vzwyl7rt {
  height: 100%;
  border-radius: 4px;
  transition: width 1s ease;
}

.vzwyl7rt.fnzhxks5 {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.vzwyl7rt.v7clzgwv {
  background: linear-gradient(90deg, #4caf50, #8bc34a);
}

.vzwyl7rt.k48lwvza {
  background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.g3lb2qc1 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--deep-blue);
}

/* ============================================
   Why Vision Deteriorates Section
   ============================================ */
.yle72fdt {
  background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));
  color: var(--white);
}

.yle72fdt .dxl9irqg {
  color: var(--white);
}

.yle72fdt .y5wqg5bc {
  color: rgba(255, 255, 255, 0.8);
}

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

.ttnsxlx5 {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition);
}

.ttnsxlx5:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
}

.fp27u1la {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 25px;
}

.s2yg8mum {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--gold);
}

.qckz4ga9 {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.8;
}

/* ============================================
   Consultation Section
   ============================================ */
.a0at2k33 {
  background: var(--off-white);
}

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

.gfbheslk {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.dawbuidq .y0vm7xsm {
  margin-bottom: 20px;
}

.dawbuidq .fuqesd9k {
  color: var(--white);
}

.qw848txv {
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 20px;
}

.faml09tf {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  opacity: 0.8;
}

.o75cuwjp {
  font-size: 20px;
  color: var(--gold);
}

.n8nw770v {
  font-family: var(--font-heading);
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--gold);
}

.lxtibabk {
  list-style: none;
}

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

.lxtibabk a {
  opacity: 0.8;
  transition: var(--transition);
}

.lxtibabk a:hover {
  opacity: 1;
  color: var(--gold);
}

.ec69jp65 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.fh6n3wf3 {
  font-size: 14px;
  opacity: 0.7;
  max-width: 600px;
}

.l7nxxuch {
  font-size: 14px;
  opacity: 0.7;
}

/* ============================================
   Floating CTA
   ============================================ */
.ltb9q1bo {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.rvoltlb9 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-strong);
  transition: var(--transition);
  border: none;
  font-size: 32px;
}

.rvoltlb9:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(255, 179, 0, 0.5);
}

.szgrull1 {
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--deep-blue);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 10px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.ltb9q1bo:hover .szgrull1 {
  opacity: 1;
  visibility: visible;
}

.szgrull1::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: var(--deep-blue);
}

/* ============================================
   Modal
   ============================================ */
.inve3co5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 35, 126, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}

.njkw7bk7 {
  background: var(--white);
  border-radius: 25px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.8);
  transition: var(--transition);
  position: relative;
}

.inve3co5[style*="visibility: visible"] .njkw7bk7 {
  transform: scale(1);
}

.cy7xm4hn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--gray-light);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  color: var(--text-dark);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cy7xm4hn:hover {
  background: var(--deep-blue);
  color: var(--white);
}

.imb6zbck {
  background: linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));
  color: var(--white);
  padding: 40px;
  text-align: center;
  border-radius: 25px 25px 0 0;
}

.m6qhtysg {
  font-size: 28px;
  margin-bottom: 10px;
}

.lnvkna88 {
  opacity: 0.9;
  font-size: 16px;
}

.s69hnjz7 {
  padding: 40px;
}

.as27bcmu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hrahfvho {
  margin-bottom: 20px;
}

.inaifeaj {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--deep-blue);
  margin-bottom: 15px;
  font-weight: 600;
}

.lkm1ltnk {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xa09yx37 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: var(--off-white);
  border-radius: 12px;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
}

.xa09yx37:hover {
  background: var(--gray-light);
}

.xa09yx37[data-selected] {
  border-color: var(--gold);
  background: rgba(255, 179, 0, 0.1);
}

.xa09yx37 input {
  display: none;
}

.irmypwzq {
  flex: 1;
  font-size: 15px;
  color: var(--text-dark);
}

.pcz975wh {
  display: none;
  text-align: center;
}

.pcz975wh.active {
  display: block;
}

.l1um5yod {
  width: 150px;
  height: 150px;
  background: conic-gradient(
    var(--gold) var(--score-percent),
    var(--gray-light) 0
  );
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.l1um5yod::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--white);
  border-radius: 50%;
}

.dqx7iyrm {
  position: relative;
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 700;
  color: var(--deep-blue);
}

.yfjrewir {
  font-size: 18px;
  color: var(--text-gray);
  margin-bottom: 30px;
}

.xbx1ihjq {
  background: var(--off-white);
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.v03kiavt {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--deep-blue);
  margin-bottom: 10px;
}

.v7rc9w3t {
  color: var(--text-gray);
  line-height: 1.8;
}

.ai5k7ica {
  background: linear-gradient(
    135deg,
    rgba(26, 35, 126, 0.05),
    rgba(255, 179, 0, 0.05)
  );
  padding: 25px;
  border-radius: 15px;
  border: 2px solid var(--gold);
}

.ieq9l5g7 {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--deep-blue);
  margin-bottom: 10px;
}

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

/* ============================================
   Legal Pages Styles
   ============================================ */
.tlha7u6g {
  padding-top: 120px;
  padding-bottom: 80px;
  background: var(--off-white);
  min-height: 100vh;
}

.yaumdhu0 {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  padding: 60px;
  border-radius: 20px;
  box-shadow: var(--shadow-medium);
}

.ewrwgoor {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--gray-light);
}

.njdh8qoq {
  font-size: 32px;
  color: var(--deep-blue);
  margin-bottom: 15px;
}

.exzdng5t {
  color: var(--text-gray);
  font-size: 14px;
}

.rq1dvji6 {
  margin-bottom: 35px;
}

.e3vnm49k {
  font-size: 22px;
  color: var(--deep-blue);
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-light);
}

.z9tin5jg {
  color: var(--text-dark);
  line-height: 1.9;
  margin-bottom: 15px;
}

.z9tin5jg ul {
  margin-left: 25px;
  margin-bottom: 15px;
}

.z9tin5jg li {
  margin-bottom: 10px;
  color: var(--text-dark);
}

.s7f5rtwl {
  background: var(--off-white);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--gold);
  margin: 20px 0;
}

.xdky0d3e {
  background: linear-gradient(
    135deg,
    rgba(26, 35, 126, 0.05),
    rgba(255, 179, 0, 0.05)
  );
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  margin-top: 40px;
}

.eeu7qc9n {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--deep-blue);
  margin-bottom: 10px;
}

.p7oci56x {
  color: var(--text-gray);
  margin-bottom: 15px;
}

.o74whi1n {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--deep-blue);
  font-family: var(--font-heading);
  font-weight: 500;
  margin-bottom: 30px;
  transition: var(--transition);
}

.o74whi1n:hover {
  color: var(--gold);
}

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

  .fiqt6jp3 {
    justify-content: center;
  }

  .uu00omqz {
    order: -1;
  }

  .xjjuqoiw {
    display: none;
  }

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

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

  .gfbheslk {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .yaumdhu0 {
    padding: 40px;
  }
}

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

  .b9su33in {
    display: flex;
  }

  .v71y7rzn {
    font-size: 32px;
  }

  .dxl9irqg {
    font-size: 28px;
  }

  .ccx8a33b {
    font-size: 14px;
  }

  .ccx8a33b th,
  .ccx8a33b td {
    padding: 15px 10px;
  }

  .s69hnjz7 {
    padding: 25px;
  }

  .yaumdhu0 {
    padding: 25px;
  }

  .njdh8qoq {
    font-size: 24px;
  }
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-animate-scroll] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
