:root {
  --blue: #245eff;
  --orange: #ff6711;
  --wa: #25d366;
  --text: #333;
  --muted: #9599a6;
  --title: #292b33;
  --page: #f7f7fa;
  --radius: 12px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
img { max-width: 100%; display: block; }
button { font-family: inherit; border: none; cursor: pointer; background: none; }
a { color: inherit; text-decoration: none; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans Arabic", "Noto Sans Thai", sans-serif;
  background: #e8e8ee;
  color: var(--text);
  line-height: 1.5;
}

.page {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-bottom: 94px;
}

/* Header */
.fix-top {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
}
.row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 6px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-weight: 700;
  font-size: 16px;
}
.brand img { width: 32px; height: 32px; border-radius: 8px; }
.btn-login {
  display: inline-flex;
  align-items: center;
  background: var(--blue);
  color: #fff;
  border-radius: 60px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 700;
  min-height: 34px;
}
.row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  padding: 6px 16px;
  font-size: 12px;
  color: #000;
}
.link-text { color: var(--blue); }
.notice {
  background: #fffae7;
  color: #a96810;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
}

/* Calculator */
.content-1 { padding: 24px 16px 21px; }
.slider-card {
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius);
  padding: 24px 16px 20px;
}
.slider-card .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.data-1 { font-size: 18px; font-weight: 800; }
.slider-box { margin: 10px 0 6px; }
.range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(to right, #fff 50%, rgba(255,255,255,.35) 50%);
  outline: none;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 36px;
  height: 20px;
  border: 0;
  background: url("./icon_slider-CqTinZkj.png") center / contain no-repeat;
  cursor: pointer;
}
.range::-moz-range-thumb {
  width: 36px;
  height: 20px;
  border: 0;
  background: url("./icon_slider-CqTinZkj.png") center / contain no-repeat;
  cursor: pointer;
}
.minmax {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  opacity: .9;
}
.slider-divider { height: 1px; background: rgba(255,255,255,.25); margin: 16px 0; }
.date-box {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin: 14px 0 16px;
}
.btn-white {
  display: block;
  width: 100%;
  background: #fff;
  color: var(--blue);
  border-radius: 60px;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.slider-info { padding-top: 12px; }
.slider-info .row {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 8px;
}
.slider-info .center { justify-content: center; margin-top: 4px; }

/* Swipers */
.content-2, .content-3 { padding: 0 0 8px; }
.content-2 .swiper { padding: 0 12px; }
.promo-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 16px;
  box-shadow: 6px 8px 0 rgba(36,94,255,.12);
  padding: 12px 14px;
  min-height: 80px;
}
.promo-t { font-size: 16px; font-weight: 800; color: #1d1d1d; line-height: 1.25; }
.promo-s { font-size: 13px; color: #8b93a7; margin-top: 2px; }
.promo-ico {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  background: #245eff center / 70% no-repeat;
}
.ico-doc { background-color: #3b82f6; }
.ico-chart { background-color: #2563eb; }
.ico-fast { background-color: #1d4ed8; }
.ico-pct { background-color: #3b82f6; }
.step-slide {
  position: relative;
  padding: 8px 20px 28px 16px;
  min-height: 170px;
  overflow: hidden;
}
.step-top { display: flex; gap: 12px; align-items: flex-start; }
.step-slide .num {
  color: var(--blue);
  font-size: 56px;
  font-weight: 800;
  line-height: .9;
  flex-shrink: 0;
}
.step-slide h3 {
  font-size: 26px;
  line-height: 1.25;
  color: #2b2f3a;
  padding-top: 6px;
}
.step-slide p {
  margin-top: 18px;
  font-size: 18px;
  color: #9aa3b5;
  max-width: 78%;
}
.num-ghost {
  position: absolute;
  right: 12px; bottom: 0;
  font-size: 90px;
  font-weight: 800;
  color: #eceff4;
  line-height: 1;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 0 16px;
}
.dots span {
  width: 6px; height: 6px; border-radius: 50%;
  background: #cfd3dc;
}
.dots span.on { background: var(--blue); }
.nav-mini {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding: 0 16px 8px;
}
.nav-mini button {
  width: 28px; height: 28px; border-radius: 50%;
  background: #f0f2f7;
  color: #666;
  font-size: 12px;
}

/* Offers + copy */
.content-4 { padding: 8px 0 24px; }
.offers-block { position: relative; padding-top: 8px; }
.offers-wrap {
  position: relative;
  width: 220px;
  margin: 0 auto 8px;
}
.stats-panel { padding: 8px 12px 20px; }
.stats-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}
.stats-row.two { justify-content: space-evenly; padding: 0 8%; }
.stat-item { text-align: center; flex: 1; }
.stat-ball {
  width: 72px; height: 72px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 8px 16px rgba(36,94,255,.25);
}
.stat-lab { font-size: 12px; color: #4b5160; padding: 0 4px; }
.btn-outline {
  display: block;
  width: 100%;
  border: 2px solid var(--blue);
  color: var(--blue);
  background: #fff;
  border-radius: 60px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.offers-wrap img.btn-icon {
  position: absolute;
  right: -28px;
  top: -18px;
  width: 75px;
  pointer-events: none;
}
.hero-pic {
  width: calc(100% - 32px);
  margin: 0 16px 18px;
  border-radius: 16px;
  overflow: hidden;
}
.hero-pic img { width: 100%; }
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px 16px 16px;
  color: var(--title);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.section-title .line {
  width: 28px; height: 2px;
  background: var(--blue);
  border-radius: 2px;
}
.list-item {
  display: flex;
  gap: 10px;
  margin: 0 16px 12px;
  font-size: 14px;
  color: #555;
}
.list-item .point {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue);
  margin-top: 7px;
  flex-shrink: 0;
}

/* Company */
.content-5 { margin-top: 8px; }
.content-5 .part-1 {
  background: url("./bg_2-DjVLHBlU.png") center / cover no-repeat;
  color: rgba(255,255,255,.85);
  padding: 24px 16px 48px;
  text-align: center;
  font-size: 13px;
}
.content-5 .part-1 .t1 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.content-5 .part-1 .t2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 4px 0 10px;
}
.content-5 .part-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin: -24px 12px 0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  padding: 8px 12px;
  position: relative;
  z-index: 2;
}
.content-5 .part-2 img.bot { width: 180px; }
.content-5 .part-2 img.ocpb { width: 44px; }
.v-line { width: 1px; height: 36px; background: #eee; }

/* Reviews */
.content-6 { padding: 28px 16px 8px; }
.review {
  border: 1px solid #eef0f4;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
}
.review-h { display: flex; gap: 12px; align-items: center; }
.review-h img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.username { font-weight: 700; font-size: 14px; color: #222; }
.stars { color: #f5b301; letter-spacing: 1px; font-size: 13px; }
.review .desc { margin-top: 10px; font-size: 13px; color: #555; }

/* Blog */
.content-7 {
  background: linear-gradient(#fff 50%, #0c0c0c 50%);
  padding-bottom: 0;
}
.card-2 {
  background: var(--blue);
  padding: 24px 0 49px;
  color: #fff;
}
.card-2 .title {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
  padding: 0 16px;
}
.card-2 .swiper-slide { padding: 0 16px; }
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 16px 16px 14px;
  min-height: 430px;
  color: #222;
}
.blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.blog-meta {
  display: flex;
  gap: 14px;
  color: #9aa3b5;
  font-size: 13px;
}
.blog-meta span:first-child::before { content: "📍 "; }
.blog-meta span:last-child::before { content: "👁 "; }
.blog-go {
  width: 52px; height: 32px;
  border-radius: 16px;
  background: #ffb020;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.blog-card h3 {
  font-size: 20px;
  line-height: 1.35;
  color: #1b1d24;
  margin-bottom: 10px;
}
.blog-no { color: var(--blue); }
.blog-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #8b93a7;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-photo {
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  background: #eef1f6;
}
.blog-photo img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
}
.card2-btn-wrap {
  position: relative;
  max-width: 280px;
  margin: 18px auto 0;
}
.card2-btn-wrap .btn-white { color: var(--blue); }
.icon-magnifier {
  position: absolute;
  right: -20px;
  bottom: -8px;
  width: 56px;
  pointer-events: none;
}
.card-2 .dots span { background: rgba(255,255,255,.4); }
.card-2 .dots span.on { background: #fff; }
.card-2 .nav-mini button { background: rgba(255,255,255,.9); }

/* Footer */
.home-footer { color: var(--muted); font-size: 13px; }
.home-footer .part-1 {
  background: url("./bg_footer_1-CcHPJThY.png") center / 100% 100% no-repeat;
  color: #fff;
  padding: 28px 16px 24px;
  font-size: 12px;
}
.home-footer .part-1 .links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 700;
}
.home-footer .part-2 {
  background: url("./bg_footer_2-BXw6O5Xq.png") center / 100% 100% no-repeat;
  padding: 24px 16px;
}
.contact-row { display: flex; gap: 12px; margin-bottom: 16px; }
.footer-box { flex: 1; }
.footer-box .lab { font-size: 12px; margin-bottom: 4px; }
.data-box {
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 8px 10px;
  color: #cfcfcf;
  font-size: 13px;
  word-break: break-word;
}
.home-footer .part-3 {
  text-align: center;
  color: #cfcfcf;
  font-size: 10px;
  padding: 8px 0 12px;
  background: #0c0c0c;
}

/* Bottom bar */
.bottom-fix {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 750px;
  padding: 20px 14px 14px;
  background: linear-gradient(transparent, rgba(255,255,255,.95) 40%, #fff);
  z-index: 30;
}
.bottom-btn-wrap { position: relative; }
.btn-apply {
  display: block;
  width: 100%;
  background: var(--orange);
  color: #fff;
  border-radius: 60px;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.deco-l {
  position: absolute;
  left: 18px; top: 6px;
  width: 18px;
  transform: rotate(-18deg);
  pointer-events: none;
}
.deco-r {
  position: absolute;
  right: 8px; top: -18px;
  width: 64px;
  pointer-events: none;
}

/* WhatsApp floating customer */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 110px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.wa-label {
  background: #fff;
  color: #128c7e;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  white-space: nowrap;
}
.wa-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(37,211,102,.5);
}
.wa-btn svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  position: relative;
  z-index: 2;
}
.wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37,211,102,.45);
  animation: waPulse 1.8s ease-out infinite;
}
.wa-pulse.delay { animation-delay: .6s; }
@keyframes waPulse {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.7); opacity: 0; }
}

@media (max-width: 750px) {
  .wa-float { right: 14px; }
}
@media (max-width: 480px) {
  .content-5 .part-2 img.bot { width: 140px; }
  .step-slide h3 { font-size: 20px; }
  .step-slide .num { font-size: 42px; }
  .num-ghost { font-size: 64px; }
}

html[dir="rtl"] .wa-float {
  right: auto;
  left: 18px;
  flex-direction: row-reverse;
}
html[dir="rtl"] .num-ghost { right: auto; left: 12px; }
html[dir="rtl"] .nav-mini { justify-content: flex-start; }
html[dir="rtl"] .icon-magnifier { right: auto; left: -20px; }
html[dir="rtl"] .offers-wrap img.btn-icon { right: auto; left: -28px; }
html[dir="rtl"] .blog-card h3, html[dir="rtl"] .blog-card p { text-align: right; }
