* {
  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;
}

.ygdtyzvh {
  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;
}

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

.u8k35u7g {
  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;
}

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

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

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

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

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

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

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

.nj9tw4xn {
  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;
}

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

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

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

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

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

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

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

.zv50joqh {
  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 */
.kr0ffpm2 {
  background: var(--gradient-secondary);
  padding: 5rem 0 6rem;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.fy5j1mma {
  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); }
}

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

.gupr0f0w {
  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);
}

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

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

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

.h196mfkl {
  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;
}

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

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

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

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

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

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

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

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

.piql0v8u {
  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);
}

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

.m9pno5in {
  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);
}

.m9pno5in::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); }
}

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

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

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

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

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

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

.snvcccbe {
  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;
}

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

.hlc4nlqz {
  font-size: 2.5rem;
}

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

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

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

.zzwxed1t {
  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;
}

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

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

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

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

.j2a0nxoo {
  cursor: pointer;
}

.c2xb3jap {
  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;
}

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

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

.j2a0nxoo:hover .c2xb3jap::before {
  transform: scaleX(1);
}

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

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

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

.vmht1qp7 {
  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 */
.eudlt235 {
  background: var(--white);
  padding: 5rem 0;
}

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

.gr6lvjnd {
  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;
}

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

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

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

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

.tplm1og3 {
  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;
}

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

.tplm1og3.epeoj58j {
  background: var(--success);
  color: var(--white);
}

.tplm1og3.uneuoste {
  background: var(--error);
  color: var(--white);
}

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

.kxselocx {
  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;
}

.pe1znhdh {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.ebhrue1u {
  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;
}

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

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

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

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

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

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

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

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

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

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

.sjpxn45b {
  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;
}

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

.kl8ijhct {
  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;
}

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

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

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

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

.vzbt14r8 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qk65h4p9 {
  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;
}

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

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

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

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

.mil2j9l8 .zzwxed1t {
  text-align: left;
}

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

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

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

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

.y3rjvyur {
  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;
}

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

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

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

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

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

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

.upda36hg input,
.upda36hg 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);
}

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

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

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

.upda36hg .h196mfkl {
  width: 100%;
}

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

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

.kp4hbv5n .p3y8dchg {
  margin-bottom: 1.25rem;
}

.kp4hbv5n .u8k35u7g {
  width: 38px;
  height: 38px;
  font-size: 1.2rem;
}

.kp4hbv5n .yryluceo {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
}

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

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

.ytcgb692 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uiuan4yl {
  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;
  }
}

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

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

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

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

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

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

  .m2uiqmf2 {
    display: none;
  }

  .tzkozjyp {
    justify-content: center;
  }

  .io5alo0n {
    justify-content: center;
  }

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

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

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

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

  .wer62qlv {
    display: none;
  }

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

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

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

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

  .nj9tw4xn input {
    width: 120px;
  }

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

  .tzkozjyp {
    flex-direction: column;
  }

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

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

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

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

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

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

  .vzbt14r8 {
    flex-direction: column;
  }

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

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