:root {
  color: #22232b;
  background: #fff6fa;
  font-family: Inter, Arial, "Noto Sans Thai", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: #b81e61; text-decoration: none; }

.topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #ffd4e4;
  display: flex;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px 7vw;
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: center;
  color: #22232b;
  display: flex;
  font-weight: 800;
  gap: 10px;
}

.brand img { height: 48px; width: 48px; }
nav { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }

.hero {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: calc(100vh - 74px);
  padding: 34px 7vw 70px;
}

.eyebrow {
  color: #b81e61;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1 {
  color: #22232b;
  font-size: clamp(46px, 8vw, 92px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

h2 {
  color: #22232b;
  font-size: clamp(26px, 3vw, 40px);
  margin: 0 0 20px;
}

p, li {
  color: #5b5260;
  font-size: 17px;
  line-height: 1.65;
}

.lead { max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.cta, .ghost, button {
  border: 0;
  border-radius: 8px;
  display: inline-block;
  font-weight: 800;
  padding: 14px 20px;
}

.cta, button { background: #ec4d8f; color: #fff; }
.ghost { background: #fff; border: 1px solid #ffc2da; color: #b81e61; }

.phone {
  background: #fff;
  border: 1px solid #ffc2da;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(236, 77, 143, 0.2);
  padding: 26px;
}

.screen-head { align-items: center; display: flex; gap: 12px; }
.screen-head img { height: 44px; width: 44px; }

.amount {
  color: #ec4d8f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  margin: 28px 0;
}

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

.metric-grid span, .table div {
  background: #fff5f9;
  border: 1px solid #ffd4e4;
  border-radius: 8px;
  padding: 14px;
}

.metric-grid b, .table strong {
  color: #22232b;
  display: block;
  font-size: 20px;
}

.metric-grid small, .table span, .table em {
  color: #6b616c;
  font-style: normal;
}

.progress { display: grid; gap: 9px; margin: 28px 0; }
.progress i { background: #ffe1ee; border-radius: 8px; display: block; height: 14px; }
.progress i:nth-child(2) { width: 84%; }
.progress i:nth-child(3) { width: 68%; }
.progress i:nth-child(4) { width: 78%; }

.band, .steps, .support { padding: 58px 7vw; }
.band { background: #fff; }
.table { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); }
.note { border-left: 4px solid #ec4d8f; margin-top: 24px; padding-left: 18px; }
.steps { background: #fff6fa; }

.steps ol {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.steps li {
  background: #fff;
  border: 1px solid #ffd4e4;
  border-radius: 8px;
  padding: 18px;
}

.support {
  background: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.doc {
  background: #fff;
  margin: 0 auto;
  max-width: 920px;
  min-height: calc(100vh - 74px);
  padding: 54px 24px 80px;
}

.doc h1 { font-size: clamp(38px, 6vw, 66px); }
.doc section { border-top: 1px solid #ffd4e4; margin-top: 28px; padding-top: 28px; }
.updated { color: #b81e61; font-weight: 800; }

footer { background: #22232b; padding: 28px 7vw; }
footer p, footer a { color: #fff; font-size: 14px; margin: 4px 0; }

@media (max-width: 860px) {
  .topbar { align-items: flex-start; flex-direction: column; gap: 10px; }
  nav { justify-content: flex-start; }
  .hero, .support { grid-template-columns: 1fr; }
  .table, .steps ol { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
}
