/* ========================================
   Thai Joint Care - Clinical & Active Style
   ======================================== */

/* CSS Variables */
:root {
  --color-white: #ffffff;
  --color-sky-blue: #0284c7;
  --color-teal: #0d9488;
  --color-sky-blue-dark: #0369a1;
  --color-teal-dark: #0f766e;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;

  --font-mitr: "Mitr", sans-serif;
  --font-sarabun: "Sarabun", sans-serif;

  --shadow-sm: 0 1px 2px 0 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);

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;

  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-slow: 500ms ease;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sarabun);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-gray-700);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
}

/* Container */
.jwwooboq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

.omnjqp5g {
  display: inline-block;
  font-family: var(--font-mitr);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-teal);
  background: linear-gradient(
    135deg,
    rgba(13, 148, 136, 0.1),
    rgba(2, 132, 199, 0.1)
  );
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full, 9999px);
  margin-bottom: 1rem;
}

.uvt67n1z {
  font-family: var(--font-mitr);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-gray-900);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.kv59dd5a {
  font-size: 1.125rem;
  color: var(--color-gray-500);
  max-width: 600px;
  margin: 0 auto;
}

/* Buttons */
.mc3mlkwv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-mitr);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
  white-space: nowrap;
}

.uk0duepl {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform var(--transition-fast);
}

.mc3mlkwv:hover .uk0duepl {
  transform: translateX(4px);
}

.fxxhjkmx {
  background: linear-gradient(135deg, var(--color-sky-blue), var(--color-teal));
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.4);
}

.fxxhjkmx:hover {
  background: linear-gradient(
    135deg,
    var(--color-sky-blue-dark),
    var(--color-teal-dark)
  );
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5);
  transform: translateY(-2px);
}

.ifll5oan {
  background: var(--color-white);
  color: var(--color-sky-blue);
  border: 2px solid var(--color-sky-blue);
}

.ifll5oan:hover {
  background: var(--color-sky-blue);
  color: var(--color-white);
}

.jllny1c1 {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.tlv2jwgi {
  width: 100%;
}

/* ========================================
   Header
   ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--color-white);
  transition: all var(--transition-base);
}

.xdq9gm3x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.zhvz3qn1 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btl33v2c {
  width: 50px;
  height: 50px;
}

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

.dqf9w6df {
  font-family: var(--font-mitr);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-sky-blue);
  line-height: 1.2;
}

.qc6ctpq5 {
  font-family: var(--font-sarabun);
  font-size: 0.75rem;
  color: var(--color-teal);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.lltzon4f {
  font-family: var(--font-mitr);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-gray-600);
  transition: color var(--transition-fast);
}

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

.av5gomho {
  background: linear-gradient(135deg, var(--color-sky-blue), var(--color-teal));
  color: var(--color-white);
  padding: 0.625rem 1.25rem;
  border-radius: var(--radius-lg);
}

.av5gomho:hover {
  color: var(--color-white);
  opacity: 0.9;
}

.svfyi81m {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
}

.svfyi81m span {
  width: 24px;
  height: 2px;
  background: var(--color-gray-700);
  border-radius: 2px;
  transition: all var(--transition-fast);
}

/* ========================================
   Hero Section
   ======================================== */
.c77kbfd7 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(2, 132, 199, 0.03),
    rgba(13, 148, 136, 0.03)
  );
}

.po09zbep {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.m8vxw21i {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 150%;
  background: radial-gradient(
    ellipse,
    rgba(2, 132, 199, 0.08) 0%,
    transparent 70%
  );
}

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

.i2dbvp95 {
  font-family: var(--font-mitr);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--color-gray-900);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.i2dbvp95 .u5mf23r4 {
  display: block;
  background: linear-gradient(135deg, var(--color-sky-blue), var(--color-teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.k2phgc0m {
  font-size: 1.25rem;
  color: var(--color-gray-600);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.sqq2dich {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.x7ckb9ct {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-gray-200);
}

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

.tf7lu3of {
  font-family: var(--font-mitr);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-sky-blue);
  line-height: 1;
}

.dj9aamwb {
  font-size: 0.875rem;
  color: var(--color-gray-500);
  margin-top: 0.5rem;
}

.eikj8co0 {
  position: relative;
}

.ccyaxg6g {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xl);
}

.lcztvl51 {
  position: absolute;
  bottom: 2rem;
  left: -1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--color-white);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.lcztvl51 svg {
  width: 40px;
  height: 40px;
}

.lcztvl51 span {
  font-family: var(--font-mitr);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray-700);
}

.pzux1ilq {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pzux1ilq svg {
  width: 100%;
  height: auto;
}

/* ========================================
   Problems Section
   ======================================== */
.semhfze2 {
  padding: 6rem 0;
  background: var(--color-white);
}

.vpvu0sl6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.lq3lh57w {
  background: linear-gradient(
    135deg,
    var(--color-gray-50, #f9fafb),
    var(--color-white)
  );
  border-radius: var(--radius-2xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-gray-100);
}

.ti7lr245 {
  margin-bottom: 1.5rem;
}

.jbt7qzng {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.hpbmjv2m h3 {
  font-family: var(--font-mitr);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.75rem;
}

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

.fe0419xo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.wvixyx8d {
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  text-align: center;
  transition: all var(--transition-base);
}

.wvixyx8d:hover {
  border-color: var(--color-sky-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.xq8u6v18 {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
}

.xq8u6v18 svg {
  width: 100%;
  height: 100%;
}

.wvixyx8d h3 {
  font-family: var(--font-mitr);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.5rem;
}

.wvixyx8d p {
  font-size: 0.875rem;
  color: var(--color-gray-500);
  line-height: 1.5;
}

/* ========================================
   Extracts Section
   ======================================== */
.j0jjp74z {
  padding: 6rem 0;
  background: linear-gradient(
    180deg,
    var(--color-gray-50, #f9fafb) 0%,
    var(--color-white) 100%
  );
}

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

.g60z6xho {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  position: relative;
}

.g60z6xho:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-8px);
}

.g60z6xho.elwfw6ye {
  border: 2px solid var(--color-sky-blue);
}

.ixqrq0qk {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--color-sky-blue), var(--color-teal));
  color: var(--color-white);
  font-family: var(--font-mitr);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: var(--radius-full, 9999px);
  z-index: 1;
}

.qf67w03c {
  position: relative;
  height: 200px;
  overflow: hidden;
}

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

.g60z6xho:hover .qf67w03c img {
  transform: scale(1.1);
}

.e1sjmyen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.e1sjmyen span {
  color: var(--color-white);
  font-family: var(--font-mitr);
  font-size: 0.75rem;
  font-weight: 500;
  background: rgba(13, 148, 136, 0.8);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full, 9999px);
}

.vw4mgyux {
  padding: 1.5rem;
}

.vw4mgyux h3 {
  font-family: var(--font-mitr);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.75rem;
}

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

.rxdwaxmz {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.rxdwaxmz li {
  font-size: 0.875rem;
  color: var(--color-teal);
  font-weight: 500;
}

/* ========================================
   Program Section
   ======================================== */
.dsh2s36i {
  padding: 6rem 0;
  background: var(--color-white);
}

.wu7sqhx3 {
  position: relative;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.wu7sqhx3::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--color-sky-blue), var(--color-teal));
  border-radius: 3px;
}

.dn3jgybr {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.dn3jgybr:last-child {
  margin-bottom: 0;
}

.l7m81dvc {
  position: relative;
  width: 100px;
  flex-shrink: 0;
  text-align: center;
}

.l7m81dvc::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: -1rem;
  width: 20px;
  height: 20px;
  background: var(--color-white);
  border: 4px solid var(--color-sky-blue);
  border-radius: 50%;
  z-index: 1;
}

.yvzp8gib {
  display: block;
  font-family: var(--font-mitr);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-sky-blue);
  line-height: 1;
}

.ondskkke {
  display: block;
  font-size: 0.875rem;
  color: var(--color-gray-500);
  margin-top: 0.5rem;
}

.r8i3icha {
  flex: 1;
}

.xtqtzq3i {
  background: linear-gradient(
    135deg,
    var(--color-gray-50, #f9fafb),
    var(--color-white)
  );
  border-radius: var(--radius-2xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-gray-100);
}

.xtqtzq3i h3 {
  font-family: var(--font-mitr);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.75rem;
}

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

.kz8imxql {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.kz8imxql li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-gray-700);
}

.kz8imxql li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--color-sky-blue), var(--color-teal));
  color: var(--color-white);
  font-size: 0.75rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.e3s8xozc {
  text-align: center;
}

/* ========================================
   Reviews Section
   ======================================== */
.une20srd {
  padding: 6rem 0;
  background: linear-gradient(
    180deg,
    var(--color-gray-50, #f9fafb) 0%,
    var(--color-white) 100%
  );
}

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

.vm8t5q6u {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-gray-100);
  transition: all var(--transition-base);
}

.vm8t5q6u:hover {
  box-shadow: var(--shadow-xl);
  transform: translateY(-4px);
}

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

.sicricsb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.sicricsb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t04680gv {
  flex: 1;
}

.t04680gv h4 {
  font-family: var(--font-mitr);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0.25rem;
}

.x0gyadz0 {
  font-size: 0.875rem;
  color: var(--color-gray-500);
}

.df82or3v {
  color: #fbbf24;
  font-size: 1rem;
  letter-spacing: 2px;
}

.hnx0p7xi p {
  font-size: 0.9375rem;
  color: var(--color-gray-600);
  line-height: 1.7;
  font-style: italic;
}

/* ========================================
   Register Section
   ======================================== */
.qtm4let3 {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--color-sky-blue), var(--color-teal));
  position: relative;
  overflow: hidden;
}

.qtm4let3::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(
    ellipse,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
}

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

.hxkm3mjb .omnjqp5g {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
}

.hxkm3mjb .uvt67n1z {
  color: var(--color-white);
}

.n60dar3b {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.7;
}

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

.agv553xl li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-white);
  font-size: 1rem;
}

.agv553xl svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pxakfuy7 {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.h0ja95vt h3 {
  font-family: var(--font-mitr);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-gray-800);
  margin-bottom: 1.5rem;
  text-align: center;
}

.owfdxgmm {
  margin-bottom: 1.25rem;
}

.owfdxgmm label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray-700);
  margin-bottom: 0.5rem;
}

.owfdxgmm input,
.owfdxgmm select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  background: var(--color-white);
}

.owfdxgmm input:focus,
.owfdxgmm select:focus {
  outline: none;
  border-color: var(--color-sky-blue);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

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

.y58k82qa {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.y58k82qa input[type="checkbox"] {
  width: auto;
  margin-top: 0.25rem;
  accent-color: var(--color-sky-blue);
}

.y58k82qa label {
  font-size: 0.875rem;
  color: var(--color-gray-600);
  line-height: 1.5;
  margin-bottom: 0;
}

.y58k82qa a {
  color: var(--color-sky-blue);
  text-decoration: underline;
}

.h0ja95vt .mc3mlkwv {
  margin-top: 0.5rem;
}

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

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

.f9hpjcc1 .zhvz3qn1 {
  margin-bottom: 1rem;
}

.f9hpjcc1 .btl33v2c {
  width: 45px;
  height: 45px;
}

.f9hpjcc1 .dqf9w6df {
  color: var(--color-white);
}

.f9hpjcc1 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-gray-400);
}

.lr4ftm0n h4,
.pq9nqjr0 h4,
.pnyc49gu h4 {
  font-family: var(--font-mitr);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 1rem;
}

.lr4ftm0n ul,
.pnyc49gu ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lr4ftm0n a,
.pnyc49gu a {
  font-size: 0.9375rem;
  color: var(--color-gray-400);
  transition: color var(--transition-fast);
}

.lr4ftm0n a:hover,
.pnyc49gu a:hover {
  color: var(--color-sky-blue);
}

.pq9nqjr0 address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pq9nqjr0 p {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--color-gray-400);
  line-height: 1.5;
}

.pq9nqjr0 svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-sky-blue);
}

.b1pajoca {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid var(--color-gray-800);
}

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

.b1x9w8ha {
  display: flex;
  gap: 1.5rem;
}

.b1x9w8ha a {
  font-size: 0.875rem;
  color: var(--color-gray-500);
  transition: color var(--transition-fast);
}

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

/* ========================================
   Modal
   ======================================== */
.lrxihixt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
  padding: 1rem;
}

.u161sqwb {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px) scale(0.95);
  transition: all var(--transition-base);
  position: relative;
}

.x4uvgcmt {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gray-100);
  border-radius: 50%;
  transition: all var(--transition-fast);
  z-index: 1;
}

.x4uvgcmt:hover {
  background: var(--color-gray-200);
}

.x4uvgcmt svg {
  width: 20px;
  height: 20px;
  color: var(--color-gray-600);
}

.mr3wtb9z {
  padding: 2.5rem;
}

.hzce116i {
  text-align: center;
  margin-bottom: 2rem;
}

.d7227854 {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
}

.hzce116i h2 {
  font-family: var(--font-mitr);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-gray-800);
  margin-bottom: 0.5rem;
}

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

.tltyl4da .y556akhr {
  color: #ef4444;
}

.tltyl4da .mc3mlkwv {
  margin-top: 0.5rem;
}

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

  .i2dbvp95 {
    font-size: 2.75rem;
  }

  .sqq2dich {
    justify-content: center;
  }

  .x7ckb9ct {
    justify-content: center;
  }

  .gbywyjhu {
    max-width: 500px;
    margin: 0 auto;
  }

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

  .nfvwhjca,
  .i52dlowd {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .rumo8zy7 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hxkm3mjb {
    text-align: center;
  }

  .agv553xl {
    max-width: 400px;
    margin: 0 auto;
  }

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

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

  .nav {
    display: none;
  }

  .svfyi81m {
    display: flex;
  }

  .c77kbfd7 {
    padding-top: 6rem;
    min-height: auto;
  }

  .i2dbvp95 {
    font-size: 2rem;
  }

  .k2phgc0m {
    font-size: 1rem;
  }

  .x7ckb9ct {
    gap: 1.5rem;
  }

  .tf7lu3of {
    font-size: 1.5rem;
  }

  .ccyaxg6g {
    height: 400px;
  }

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

  .wu7sqhx3::before {
    left: 50px;
  }

  .l7m81dvc {
    width: 60px;
  }

  .l7m81dvc::after {
    left: 50%;
    transform: translateX(-50%);
  }

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

  .r8i3icha {
    padding-left: 1rem;
  }

  .ir5zwjz1 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .b1pajoca {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .jwwooboq {
    padding: 0 1rem;
  }

  .sqq2dich {
    flex-direction: column;
  }

  .jllny1c1 {
    width: 100%;
  }

  .x7ckb9ct {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  .lcztvl51 {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .uvt67n1z {
    font-size: 1.75rem;
  }

  .mr3wtb9z {
    padding: 1.5rem;
  }
}
