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

:root {
  --primary: #00B8A9;
  --primary-dark: #009B8E;
  --primary-light: #33C9BC;
  --secondary: #0E4D92;
  --accent: #FFB347;
  --dark: #1A1A2E;
  --gray-900: #16213E;
  --gray-800: #1F2937;
  --gray-700: #374151;
  --gray-600: #4B5563;
  --gray-500: #6B7280;
  --gray-400: #9CA3AF;
  --gray-300: #D1D5DB;
  --gray-200: #E5E7EB;
  --gray-100: #F3F4F6;
  --gray-50: #F9FAFB;
  --white: #ffffff;
  --success: #10B981;
  --warning: #F59E0B;
  --error: #EF4444;
  --gradient-primary: linear-gradient(135deg, #00B8A9 0%, #0E4D92 100%);
  --gradient-secondary: linear-gradient(135deg, #0E4D92 0%, #1A1A2E 100%);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

body {
  font-family: 'Kanit', 'Sarabun', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--gray-800);
  background: var(--gray-50);
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

.rf4aqff0 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
header {
  background: var(--white);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-md);
  border-bottom: 1px solid var(--gray-200);
}

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

.qvxz5bf5 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.iodybar1 {
  width: 42px;
  height: 42px;
  background: var(--gradient-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 300;
}

.jhq18iux {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.xhht5342 a {
  font-weight: 500;
  color: var(--gray-600);
  font-size: 0.95rem;
  position: relative;
  padding: 0.5rem 0;
}

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

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

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

.jzl9xhex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.mhlks5bw {
  display: flex;
  align-items: center;
  background: var(--gray-100);
  border-radius: 50px;
  padding: 0.5rem 1rem;
  border: 1px solid var(--gray-200);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mhlks5bw:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 184, 169, 0.1);
}

.mhlks5bw input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.9rem;
  width: 180px;
  color: var(--gray-800);
}

.mhlks5bw input::placeholder {
  color: var(--gray-400);
}

.bu7aovxv {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--gray-500);
  transition: color 0.2s ease;
}

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

.fwjwvu09 {
  position: relative;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.fwjwvu09:hover {
  transform: scale(1.1);
}

.b3vwn2oy {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--primary);
  color: var(--white);
  font-size: 0.7rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--white);
}

/* Hero Section */
.nzv54yhy {
  background: var(--gradient-secondary);
  padding: 5rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.slo2i81e {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ha63m53q {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 184, 169, 0.1);
  animation: float 20s infinite ease-in-out;
}

.ha63m53q::after {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: rgba(0, 184, 169, 0.2);
}

.fyk6h3m5 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.o3lhsd66 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  animation-delay: -5s;
}

.hmmlv9ta {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 10%;
  animation-delay: -10s;
}

.ejjn69p2 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  right: 20%;
  animation-delay: -15s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(20px, -20px) rotate(90deg); }
  50% { transform: translate(-10px, 20px) rotate(180deg); }
  75% { transform: translate(15px, 10px) rotate(270deg); }
}

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

.ov4ldo66 {
  display: inline-block;
  background: rgba(0, 184, 169, 0.2);
  color: var(--primary-light);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 184, 169, 0.3);
}

.sgtlxqsi h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.sgtlxqsi p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.npjql5h6 {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.sf4xb7xm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.orexxzg7 {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(0, 184, 169, 0.4);
}

.orexxzg7:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 184, 169, 0.5);
}

.m9pl8ib9 {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.m9pl8ib9:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

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

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

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

.w9xn0f5d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 500;
}

.jnryrgo8 {
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--white);
}

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

.g6r0omj1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(0, 184, 169, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  backdrop-filter: blur(10px);
}

.g6r0omj1::before {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 184, 169, 0.4);
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

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

.jv3qk9hv {
  font-size: 4rem;
  animation: bounce 2s ease-in-out infinite;
}

.jv3qk9hv:nth-child(2) { animation-delay: 0.5s; }
.jv3qk9hv:nth-child(3) { animation-delay: 1s; }
.jv3qk9hv:nth-child(4) { animation-delay: 1.5s; }

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

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

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

.t252g2tv {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--gray-50);
  border-radius: 16px;
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
}

.t252g2tv:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.lxdiutd9 {
  font-size: 2.5rem;
}

.o2w3pqz0 h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}

.o2w3pqz0 p {
  font-size: 0.85rem;
  color: var(--gray-500);
}

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

.r43wluko {
  display: inline-block;
  background: rgba(0, 184, 169, 0.1);
  color: var(--primary);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.ehei37u1 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.ehei37u1 p {
  color: var(--gray-500);
  font-size: 1.1rem;
}

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

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

.sgpu0mlv {
  cursor: pointer;
}

.mdehl8h7 {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  border: 2px solid var(--gray-200);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mdehl8h7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sgpu0mlv:hover .mdehl8h7 {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: transparent;
}

.sgpu0mlv:hover .mdehl8h7::before {
  transform: scaleX(1);
}

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

.sgpu0mlv h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.sgpu0mlv p {
  color: var(--gray-500);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.knhmmrdk {
  display: inline-block;
  background: var(--gray-100);
  color: var(--gray-600);
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Featured Products */
.csigqt6u {
  background: var(--white);
  padding: 5rem 0;
}

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

.ncetcdg1 {
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--gray-200);
  background: var(--white);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gray-600);
  cursor: pointer;
  transition: all 0.3s ease;
}

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

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

.h72vjas6 {
  background: var(--gray-50);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-200);
  position: relative;
}

.h72vjas6:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-2xl);
  border-color: var(--primary-light);
}

.kx6em2ra {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

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

.kx6em2ra.if4r4gch {
  background: var(--success);
  color: var(--white);
}

.kx6em2ra.hdwwzrbn {
  background: var(--error);
  color: var(--white);
}

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

.h5kzu8bl {
  height: 200px;
  background: linear-gradient(135deg, var(--gray-200) 0%, var(--gray-100) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.exw24wf6 {
  padding: 1.5rem;
}

.srwobe0g {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.stars {
  color: #FBBF24;
  font-size: 0.9rem;
}

.kwjuc6xi {
  color: var(--gray-500);
  font-size: 0.85rem;
}

.exw24wf6 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.ywmd1350 {
  color: var(--gray-500);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

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

.m5t70rx4 {
  display: flex;
  flex-direction: column;
}

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

.yh2mfqdg {
  font-size: 0.85rem;
  color: var(--gray-400);
  text-decoration: line-through;
}

.i7em9p8g {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary);
  color: var(--white);
  border: none;
  font-size: 1.5rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i7em9p8g:hover {
  background: var(--primary-dark);
  transform: scale(1.1);
}

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

/* Benefits */
.nvejp7ra {
  padding: 5rem 0;
  background: var(--gray-50);
}

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

.jhpbzw74 {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
}

.jhpbzw74:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-light);
}

.hfgeqcyk {
  font-size: 3.5rem;
  margin-bottom: 1.25rem;
}

.jhpbzw74 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
}

.jhpbzw74 p {
  color: var(--gray-500);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Promo Section */
.lztrztcv {
  padding: 5rem 0;
}

.yh3sqh5c {
  background: var(--gradient-primary);
  border-radius: 24px;
  padding: 3rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

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

.cl9kcf2g {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.nbnwkh02 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.nbnwkh02 p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.qt06lz2l {
  display: flex;
  gap: 1rem;
  max-width: 450px;
}

.qt06lz2l input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  outline: none;
  background: var(--white);
}

.qt06lz2l button {
  background: var(--dark);
  color: var(--white);
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.qt06lz2l button:hover {
  background: var(--gray-800);
  transform: translateY(-2px);
}

.hbuyvbmk {
  font-size: 8rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

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

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

.tkmbql2p {
  background: var(--gray-50);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
}

.tkmbql2p:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.xcrb9u8b {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

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

.ev98opt0 h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-900);
}

.ubui1z5h {
  font-size: 0.85rem;
  color: var(--gray-500);
}

.gsz3pb8d {
  margin-left: auto;
  color: #FBBF24;
  font-size: 0.9rem;
}

.brmoyu7a {
  color: var(--gray-600);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* FAQ Section */
.rwmdod2w {
  padding: 5rem 0;
  background: var(--gray-50);
}

.abt2ucaj {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rhb141b5 {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--gray-200);
  overflow: hidden;
  transition: all 0.3s ease;
}

.rhb141b5:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-md);
}

.cs6sx8is {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
}

.cs6sx8is h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gray-900);
}

.t5hf0yej {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.3s ease;
}

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

.g49v2iwe {
  padding: 0 1.5rem 1.5rem;
  color: var(--gray-600);
  line-height: 1.7;
}

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

.it54cb2z {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.nry7lxhd .r43wluko {
  text-align: left;
}

.nry7lxhd h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
  text-align: left;
}

.nry7lxhd > p {
  color: var(--gray-500);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.nanggmfj {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tgvv5t6a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.uozlfhoh {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: var(--gray-100);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tgvv5t6a h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.25rem;
}

.tgvv5t6a a,
.tgvv5t6a p {
  color: var(--gray-600);
  font-size: 0.95rem;
}

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

.ijm5kj76 {
  background: var(--gray-50);
  padding: 2.5rem;
  border-radius: 20px;
  border: 1px solid var(--gray-200);
}

.medu3y41 h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 1.5rem;
}

.fdcay4pt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.medu3y41 input,
.medu3y41 textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
  background: var(--white);
}

.medu3y41 input:focus,
.medu3y41 textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 184, 169, 0.1);
}

.medu3y41 input::placeholder,
.medu3y41 textarea::placeholder {
  color: var(--gray-400);
}

.medu3y41 textarea {
  resize: vertical;
  margin-bottom: 1rem;
}

.medu3y41 .sf4xb7xm {
  width: 100%;
}

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

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

.bmvozn1b .qvxz5bf5 {
  margin-bottom: 1.25rem;
}

.bmvozn1b .iodybar1 {
  width: 38px;
  height: 38px;
  font-size: 1.2rem;
}

.bmvozn1b .jhq18iux {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
}

.bmvozn1b p {
  color: var(--gray-400);
  line-height: 1.8;
  font-size: 0.95rem;
}

.ep3xrnwx {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.ep3xrnwx a {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  transition: all 0.3s ease;
}

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

.ep3xrnwx svg {
  width: 20px;
  height: 20px;
}

.g10gb7pw h4,
.bft4jmft h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--white);
}

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

.g10gb7pw a {
  color: var(--gray-400);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

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

.bft4jmft ul li {
  margin-bottom: 1rem;
  color: var(--gray-400);
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.bft4jmft a {
  color: var(--gray-400);
  transition: color 0.2s ease;
}

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

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

.jctz9oxx p {
  color: var(--gray-500);
  font-size: 0.9rem;
}

.jctz9oxx .e1hm2to5 {
  margin-top: 0.5rem;
  color: var(--gray-600);
  font-size: 0.85rem;
}

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

.yb6wtz8b {
  background: var(--white);
  padding: 3rem;
  border-radius: 24px;
  text-align: center;
  max-width: 420px;
  position: relative;
  animation: modalSlide 0.3s ease-out;
  box-shadow: var(--shadow-2xl);
}

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

.roe5yfsh {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: var(--gray-400);
  transition: color 0.2s ease;
  line-height: 1;
}

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

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

.yb6wtz8b h2 {
  color: var(--gray-900);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.yb6wtz8b p {
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.7;
}

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

  .it791cmv {
    display: none;
  }

  .npjql5h6 {
    justify-content: center;
  }

  .wzqt4sdu {
    justify-content: center;
  }

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

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

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

  .yh3sqh5c {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 2.5rem;
  }

  .hbuyvbmk {
    display: none;
  }

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

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

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

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

  .mhlks5bw input {
    width: 120px;
  }

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

  .npjql5h6 {
    flex-direction: column;
  }

  .wzqt4sdu {
    flex-direction: column;
    gap: 1rem;
  }

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

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

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

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

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

  .qt06lz2l {
    flex-direction: column;
  }

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

  .ehei37u1 h2 {
    font-size: 2rem;
  }
}
