/* ========================================
   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 */
.znamqsn7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

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

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

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

/* Buttons */
.c6ovry6f {
  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;
}

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

.c6ovry6f:hover .pzoiwps4 {
  transform: translateX(4px);
}

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

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

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

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

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

.lj69il3b {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================
   Hero Section
   ======================================== */
.rf7i3n53 {
  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)
  );
}

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

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

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

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

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

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

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

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

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

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

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

.i2swmr0i {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.hkjwsw63 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z1l0yvgl:hover .ogbq7c34 img {
  transform: scale(1.1);
}

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

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

.g11raqsj {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.jscwivrh {
  flex: 1;
}

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

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

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

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

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

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

.zjvmd0ts {
  text-align: center;
}

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

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

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

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

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

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

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

.nh3fuduu {
  flex: 1;
}

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

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

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

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

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

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

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

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

.ewaz0iq8 .ytsj7203 {
  color: var(--color-white);
}

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

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

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

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

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

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

.qegznicg {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.g0y4an1t .c6ovry6f {
  margin-top: 0.5rem;
}

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

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

.ofx2vfxo .it2h4pyl {
  margin-bottom: 1rem;
}

.ofx2vfxo .gawgx8p3 {
  width: 45px;
  height: 45px;
}

.ofx2vfxo .j9c0djp7 {
  color: var(--color-white);
}

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

.qm0sa9k4 h4,
.xdhuxtn1 h4,
.gzjsahsn h4 {
  font-family: var(--font-mitr);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 1rem;
}

.qm0sa9k4 ul,
.gzjsahsn ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

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

.qm0sa9k4 a:hover,
.gzjsahsn a:hover {
  color: var(--color-sky-blue);
}

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

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

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

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

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

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

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

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

/* ========================================
   Modal
   ======================================== */
.mbg7wnpg {
  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;
}

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

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

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

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

.ql3iovb4 {
  padding: 2.5rem;
}

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

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

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

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

.f9ngoaek .f0fz2peu {
  color: #ef4444;
}

.f9ngoaek .c6ovry6f {
  margin-top: 0.5rem;
}

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

  .dcnjmoea {
    font-size: 2.75rem;
  }

  .qu0rs3xq {
    justify-content: center;
  }

  .a14eyg0x {
    justify-content: center;
  }

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

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

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

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

  .ewaz0iq8 {
    text-align: center;
  }

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

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

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

  .nav {
    display: none;
  }

  .fiw1idi5 {
    display: flex;
  }

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

  .dcnjmoea {
    font-size: 2rem;
  }

  .q3s6q0s0 {
    font-size: 1rem;
  }

  .a14eyg0x {
    gap: 1.5rem;
  }

  .h8m2k2fo {
    font-size: 1.5rem;
  }

  .eypawvqt {
    height: 400px;
  }

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

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

  .iiozpp40 {
    width: 60px;
  }

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

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

  .jscwivrh {
    padding-left: 1rem;
  }

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

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

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

  .qu0rs3xq {
    flex-direction: column;
  }

  .iovf8m11 {
    width: 100%;
  }

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

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

  .ytsj7203 {
    font-size: 1.75rem;
  }

  .ql3iovb4 {
    padding: 1.5rem;
  }
}
