/* ===== IChecker Landing Page ===== */
/* Self-hosted webfont — Noto Sans Thai (variable, weight 100–900) */
@font-face {
  font-family: 'Noto Sans Thai';
  src: url('../fonts/NotoSansThai-Variable.woff2') format('woff2-variations'),
    url('../fonts/NotoSansThai-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap
}

:root {
  --blue: #3b6cf6;
  --blue-dark: #2848c8;
  --purple: #7b5cf0;
  --indigo: #5b4bd6;
  --ink: #254CFA;
  --text: #14293B;
  --muted: #8a90ab;
  --bg-soft: #f4f7ff;
  --bg-grad: linear-gradient(135deg, #eaf1ff 0%, #f3eeff 100%);
  --card-grad: linear-gradient(135deg, #ffffff 0%, #f7f9ff 100%);
  --hero-grad: linear-gradient(160deg, #dbe7ff 0%, #e9e4ff 55%, #f3ecff 100%);
  --btn-grad: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  --radius: 18px;
  --shadow: 0 10px 40px rgba(70, 90, 180, .10);
  --shadow-sm: 0 4px 18px rgba(70, 90, 180, .08);
  --font-body: 'Noto Sans Thai', sans-serif;
  --font-head: 'Noto Sans Thai', sans-serif;
  --text-secondary: #6B7281;
  --border-color: #D4D4D4;

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px
}

h1,
h2,
h3 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.25
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

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

.mobile-only {
  display: none
}

.pc-only {
  display: block
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: .25s;
  border: none
}

.btn-order {
  padding: 8px 30px;
}

.section-sub.pc-only {
  margin-bottom: 30px
}

.btn-sm {
  padding: 9px 22px;
  font-size: 14px
}

.text-center {
  text-align: center;
}

.text-gg {
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  margin: 0 auto;
}

.btn-primary {
  background: linear-gradient(90deg, #B842FA 0%, #2A4CFA 100%);
  color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(91, 75, 214, .42)
}

.btn-outline {
  color: var(--text);
  border: 2px solid transparent;
  border-radius: 40px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #304CFB 0%, #AE43FA 100%) border-box;
  box-shadow: 0px 4px 4px 0px #00000040
}

.btn-outline:hover {
  background: var(--bg-soft)
}

.btn-light {
  background: #fff;
  color: var(--blue)
}

.full {
  width: 100%
}

/* section titles */
.section-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-sub {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 18px;
  font-weight: 600;
}

.eyebrow {
  font-weight: 600;
  font-size: 32px
}

section {
  padding: 70px 0
}

/* check list */
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #46d39a, #2bb47a);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700
}

/* ===== HEADER ===== */
/* WordPress admin bar compensation */
.admin-bar .site-header {
  top: 32px
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px
}

.logo {
  width: 200px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-mark {
  color: var(--blue)
}

.logo-light {
  color: #fff
}

.main-nav {
  display: flex;
  gap: 26px
}

.main-nav a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.main-nav a:hover {
  color: var(--blue)
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px
}

.lang {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  border: 1.5px solid #d3ddff;
  border-radius: 10px;
  padding: 8px 12px;
  line-height: 1;
  background: #fff;
  font-family: inherit;
  cursor: pointer;
  transition: border-color .15s, background .15s
}

.lang-toggle:hover {
  border-color: var(--primary, #4f7cff);
  background: #f5f8ff
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 18px;
  color: var(--ink);
  cursor: pointer
}

/* ===== HERO ===== */
.hero {
  background: url(../images/bg/bg-1.png) center/cover no-repeat;
  padding: 20px 0 100px;
  position: relative;
  overflow: hidden
}

.hero-text {  
  text-align: center;
  grid-area: text;
  padding-top: 100px
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "text visual"
    "features visual";
  gap: 40px;
  align-items: start
}

.hero h1 {
  font-size: 46px;
  margin-bottom: 14px;
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.hero-sub {
  font-size: 28px;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 26px
}

.hero-btns {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}

.hero-btn-item {
  width: 200px;
}

.hero-features {
  grid-area: features;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.hf-item {
  background: rgba(255, 255, 255, .7);
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm)
}

.hf-icon {
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border-radius: 100%;
  background-color: #F9FAFB;
  padding: 2px;
  width: 80px;
  height: 80px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.hf-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain
}

.hf-icon svg {
  width: 42px;
  height: 42px
}

.hf-item strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 6px
}

.hf-item .hf-net-mobile {
  display: none;
}

.hf-item span {
  font-size: 17px;
  color: var(--text-secondary);
  font-weight: 600
}

.hero-visual {
  grid-area: visual;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.hero-lottie {
  width: 100%;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 30px 60px rgba(80, 90, 180, .22))
}

.phone-mock {
  width: 290px;
}

/* ===== SERVICES ===== */
.services {
  background: #fff
}

.services-card {
  position: relative;
  overflow: hidden;
  background: url(../images/bg/bg-our-services-pc.webp) center/cover no-repeat;
  border-radius: 26px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.services-card>* {
  position: relative;
  z-index: 1
}

.services-visual {
  display: flex;
  justify-content: center
}

.services-visual img {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.shield-badge {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  box-shadow: 0 18px 40px rgba(91, 75, 214, .35)
}

.services-text h2 {
  font-size: 48px;
  margin: 6px 0 12px;
  color: var(--ink);
}

.sp-des-mb {
  display: none;
}

.services-text>p {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 600;
}

/* ===== WHAT WE DO ===== */
.what-we-do {
  background: url(../images/bg/bg-what-we-do-pc.png) center/cover no-repeat
}

.con-wedo {
  max-width: 1000px
}

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

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--card-grad);
  border-radius: var(--radius);
  padding: 36px 26px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  border: 1px solid #eef1fb;
  text-align: center;
  overflow: hidden;
}

/* gradient accent bar that reveals on hover */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--btn-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #dfe5fb;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.fc-icon {
  width: 54px;
  height: 54px;
  background: var(--bg-grad);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 100%;
  transition: transform .3s ease;
}

.bg-icon-wedo1 {
  background: linear-gradient(180deg, #155DFC 0%, #00A6F4 100%);
}

.bg-icon-wedo2 {
  background: linear-gradient(180deg, #8A38F5 0%, #155DFC 100%);
}

.bg-icon-wedo3 {
  background: linear-gradient(180deg, #EFB100 0%, #FF4E52 100%);
}

.bg-icon-wedo4 {
  background: linear-gradient(180deg, #00C951 0%, #155DFC 100%);

}

.bg-icon-wedo5 {
  background: linear-gradient(180deg, #00A6F4 0%, #8A38F5 100%);

}

.bg-icon-wedo6 {
  background: linear-gradient(180deg, #FF4E52 0%, #8A38F5 100%);

}


.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card:hover .feature-icon {
  transform: scale(1.08);
}

.feature-card h3 {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* ===== AI ASSISTANT ===== */
.ai-assistant {
  background: url(../images/bg/bg-ai-assistant-pc.png) center/cover no-repeat
}

.ai-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 34px
}

.ai-col {
  display: flex;
  flex-direction: column;
  gap: 22px
}

.ai-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid #e6ebfb;
  border-radius: 18px;
  padding: 10px;
  box-shadow: var(--shadow-sm);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: transform .3s ease, box-shadow .3s ease;
}

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

.ai-chip-ic {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 10px;
  background: linear-gradient(90deg, #B842FA 0%, #2A4CFA 100%);
}

.ai-chip-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ai-chip-txt {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ai-chip-txt strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.ai-chip-txt span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.4;
}


.ai-center {
  display: flex;
  justify-content: center
}

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

.ai-bot img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.ai-cta {
  text-align: center
}

/* ===== SERVICE POINTS ===== */
.service-points {
  background: url(../images/bg/bg-out-service-points-pc.png) center/cover no-repeat
}

.sp-card {
  background: url(../images/bg/bg-service-points-pc.webp) center/cover no-repeat;
  border-radius: 40px;
  padding: 46px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.sp-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 10px 20px
}

.sp-left h3 {
  font-size: 48px;
  margin-bottom: 28px;
  color: var(--ink)
}

.dot-list {
  counter-reset: dot-counter
}

.dot-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
}

.dot-list li:last-child {
  margin-bottom: 0
}

.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  background: url(../images/point/dot.png) center/contain no-repeat
}

.sp-right {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.sp-right .section-title {
  text-align: left;
  margin-bottom: 24px;
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 0
}

.sp-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, .85);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease
}

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

.sp-ic {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sp-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.sp-txt {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.sp-item strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3
}

.sp-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-secondary);
}

/* ===== DAILY REPORT ===== */
.daily-report {
  background: #fff
}

.con-report {
  max-width: 1300px
}

.dr-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 54px;
  align-items: center
}

.dr-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px
}

/* Mobile carousel wrapper — hidden on desktop */
.dr-mb-ui {
  display: none
}

/* Arrow buttons — hidden on desktop */
.dr-arrow-btn {
  display: none
}

/* Transparent wrapper on desktop so children are grid items of dr-layout */
.dr-phone-outer {
  display: contents
}

.dr-item {
  width: 100%;
  text-align: left;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 6px 22px rgba(70, 90, 180, .08);
  transition: transform .3s ease, box-shadow .3s ease
}

.dr-item:hover {
  transform: translateY(-3px);
  border: 2px solid #b9c5f5;
  box-shadow: 0 12px 30px rgba(70, 90, 180, .14)
}

.dr-item.active {
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    var(--btn-grad) border-box;
  box-shadow: 0 8px 26px rgba(123, 92, 240, .22)
}

.dr-ic {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.dr-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.dr-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.35
}

.dr-item span {
  font-size: 14px;
  color: var(--text-secondary);
}

.dr-item.active strong {
  color: var(--ink)
}

/* ===== DAILY REPORT PREMIUM ===== */
.dr-premium {
  background: var(--bg-soft)
}

.con-premium {
  max-width: 1420px
}

.dr-premium-card {
  background: url(../images/preminum/bg.jpg) center/cover no-repeat;
  border-radius: 26px;
  padding: 56px 46px 0 56px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.drp-text-left {
  margin-bottom: 40px
}

.drp-text h2 {
  font-size: 46px;
  color: var(--text);
  margin-bottom: 18px
}

.drp-text h2 span {
  margin-left: 14px;
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.drp-text>p {
  font-size: 28px;
  color: var(--text);
  margin-bottom: 28px;
  font-weight: 600;
}

.drp-text .check-list {
  margin-bottom: 32px
}

.drp-text .check-list li {
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--text)
}

/* blue outline checkmarks (premium section) */
.check-list-blue li::before {
  background: #fff;
  border: 1.6px solid var(--blue);
  color: var(--blue);
  font-size: 11px
}

.drp-visual {
  display: flex;
  justify-content: center;
  align-self: end;
  position: relative;
}

.drp-visual img {
  width: 100%;
  max-width: 620px
}

.drp-lottie {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 2799 / 2715;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 120%;
}

/* ===== NETWORKS ===== */
.networks {
  background: var(--bg-soft);
  padding: 56px 0
}

.networks-label {
  text-align: center;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 32px
}

.network-logos {
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 56px;
  align-items: center;
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(70, 90, 180, .10)
}

.net-logo {
  width: 80px;
  height: auto
}

/* ===== HOW IT WORKS ===== */
.how {
  background: #fff
}

.con-how {
  max-width: 1200px
}

.how .section-title {
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.how .section-sub {
  color: var(--ink);
  font-weight: 600
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  margin-top: 10px
}

.steps::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, #7b5cf0, #b06cf0);
  z-index: 0
}

.step {
  text-align: center;
  position: relative;
  z-index: 1
}

.step-num {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(91, 75, 214, .3)
}

.s-1 {
  background: linear-gradient(90deg, #2A4CFA 30%, #B842FA 100%);
}

.s-2 {
  background: linear-gradient(90deg, #B842FA 30%, #FF4E52 100%);
}

.s-3 {
  background: linear-gradient(90deg, #FF4E52 30%, #EFB100 100%);
}

.s-4 {
  background: linear-gradient(90deg, #8A38F5 30%, #254CFA 100%);
}

.step strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px
}

.step span {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 600;
}

/* ===== PRICING ===== */
.pricing {
  background: url(../images/bg/bg-price-pc.png) center/cover no-repeat
}

.pricing .section-title {
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  gap: 40px;
  justify-content: center;
  align-items: start
}

.price-card {
  background: #fff;
  border: 1px solid #eef1fb;
  border-radius: 22px;
  padding: 26px 30px;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: .25s
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.price-card.featured {
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg, #BE41FA 0%, #254CFA 100%) border-box;
  box-shadow: 0 16px 44px rgba(123, 92, 240, .2)
}

.badge-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--btn-grad);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 30px
}

.price-card h3 {
  text-align: center;
  font-size: 32px;
  color: var(--text);
}

.price-card.featured h3 {
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.price {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  font-family: var(--font-head);
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.price span {
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
  -webkit-text-fill-color: var(--muted)
}

.price-list {
  margin-bottom: 26px
}

.price-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text)
}

.price-list li::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center
}

.price-list li.ok::before {
  content: "✓";
  background: rgba(0, 201, 81, 1)
}

.price-list li.no::before {
  content: "✕";
  background: rgba(255, 78, 82, 1)
}

/* indented sub-features */
.price-sub {
  margin-top: 8px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.price-sub li {
  margin-bottom: 0
}

/* ===== STATS ===== */
.stats {
  background: var(--bg-soft)
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(3, .4fr) 1.3fr;
  gap: 22px;
  align-items: center
}

/* Grid items must be allowed to shrink below their content's intrinsic
   min-width, otherwise the spaceless Thai quote (treated as one giant
   "word") blows the column width out past the viewport. */
.stats-inner > * {
  min-width: 0;
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(151.23deg, #FFFFFF 61.62%, #D1E7FF 98.19%);
  border-radius: 20px;
  padding: 36px 20px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.stat-ic {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 16px rgba(70, 90, 180, .12)
}

.stat-ic img {
  width: 32px;
  height: 32px;
  object-fit: contain
}

.stat-box strong {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-family: var(--font-head);
  font-size: 48px;
  color: var(--ink);
  margin-bottom: 10px
}

.stat-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  margin-bottom: 10px
}

.stat-logos img {
  height: 22px;
  width: auto
}

.stat-box span {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 600;
}

.stat-quote {
  background: #fff;
  border-radius: 20px;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.stat-quote h3 {
  font-size: 28px;
  margin-bottom: 18px;
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent
}

.quote-text {
  position: relative;
  font-size: 17px;
  color: var(--text);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 22px;
  padding: 0 26px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.quote-text::before,
.quote-text::after {
  content: "\201C";
  position: absolute;
  font-family: Georgia, "Times New Roman", var(--font-head), serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(270deg, #BE41FA 0%, #254CFA 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.quote-text::before {
  left: -14px;
  top: -30px
}

.quote-text::after {
  content: "\201D";
  right: -14px;
  bottom: -58px
}

.quote-author strong {
  display: block;
  font-family: var(--font-head);
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 4px
}

.quote-author span {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 600;
}

/* ===== FOOTER ===== */
.site-footer {
  color: #fff
}

.footer-panel {
  background: linear-gradient(90deg, #2663DF 0%, #222D58 60.37% 60.37%, #A031E8 100%);
  border-radius: 40px;
  padding: 44px 0;
  margin-bottom: -100px;
  z-index: 1;
  position: relative;
  border-radius: 32px;
  border-top: 0px solid #ffffff;
  border-bottom: 1px solid #FFFFFF;

}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap
}

.footer-brand {
  width: 260px
}

/* link columns with bullets */
.footer-links {
  display: flex;
  gap: 56px
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  transition: .2s
}

.footer-links a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 auto
}

.footer-links a:hover {
  color: #fff;
  opacity: .85
}

/* contact cluster */
.footer-contact {
  display: flex;
  align-items: center;
  gap: 26px
}

.fc-item {
  display: flex;
  align-items: center;
  gap: 14px
}

.fc-item img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

.fc-text {
  display: flex;
  flex-direction: column
}

.fc-text strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2
}

.fc-text span {
  font-size: 14px;
  font-weight: 600;
}

.fc-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, .25)
}

.fc-btn {
  flex: 0 0 auto;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(90deg, #B842FA 0%, #2A4CFA 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
  transition: .25s
}

.fc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .26)
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  font-size: 13px;
  color: #ffffff;
  background: linear-gradient(90deg, #222D58 61.06%, #A031E8 100%);
  height: 170px;
  display: flex;
  align-items: self-end;
  justify-content: center;
}

/* ===== PC FLUID WIDTHS (≥981px) ===== */
/* On PC, keep section widths proportional between 1440px and 1680px instead
   of collapsing to the viewport edges. Each width equals its original px value
   at a 1680px viewport (so the 1680px layout is unchanged) and is capped by the
   same max-width above that. Order matters: narrower containers come after
   .container so their width wins (equal specificity). */
@media (min-width: 981px) {
  .container {
    /* 1600 / 1680 */
    width: 95.24%;
  }

  .con-report {
    /* 1300 / 1680 */
    width: 77.38%;
  }

  .con-premium {
    /* 1420 / 1680 */
    width: 84.52%;
  }

  /* AI chips: narrower cards, aligned toward the mascot */
  .ai-col-left {
    align-items: flex-end;
  }

  .ai-col-right {
    align-items: flex-start;
  }

  .ai-chip {
    width: 100%;
    max-width: 320px;
  }
}

/* ===== RESPONSIVE ===== */
@media(max-width:980px) {
  .main-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
    box-shadow: var(--shadow);
    display: none
  }

  .main-nav.open {
    display: flex
  }

  .nav-toggle {
    display: block;
  }

  .logo {
    width: 170px
  }

  .header-actions {
    display: none
  }

  .card-grid-3 {
    grid-template-columns: 1fr 1fr
  }

  .ai-layout,
  .dr-layout {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .ai-center,
  .dr-phone {
    order: -1
  }

  .ai-bot img {
    max-width: 320px
  }

  .ai-col-right .ai-chip {
    flex-direction: row;
    text-align: left
  }

  .ai-col-right .ai-chip-txt {
    align-items: flex-start
  }

  .stats-inner {
    grid-template-columns: 1fr 1fr
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px
  }

  .footer-links {
    gap: 40px
  }

  .footer-contact {
    flex-wrap: wrap;
    gap: 20px
  }
}

@media (min-width: 768px) {

  /* Tablet */
  .nav-toggle {
    width: 40px;
  }
}

/* ===== TABLET (681–980px) ===== */
@media (min-width: 681px) and (max-width: 980px) {

  /* Hero → stacked single column, visual on top */
  .hero-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    align-items: center;
  }

  .hero-visual {
    order: -1
  }

  .hero h1 {
    font-size: 48px
  }

  .hero-sub {
    font-size: 20px;
  }

  .hero-btns {
    justify-content: center
  }

  .hero-lottie {
    max-width: 440px
  }

  .hero-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 680px;
    margin: 0 auto;
    width: 100%
  }

  /* Service Points → single-column card, grid stays 2-col full width */
  .sp-card {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .sp-left {
    padding: 6px 0
  }
}

@media(max-width:680px) {

  /* ── Header: hamburger left · logo center · actions right ── */
  .header-inner {
    display: grid;
    grid-template-columns: 30px auto 1fr;
    align-items: center;
    position: static
  }

  .nav-toggle {
    order: 1;
    justify-self: start
  }

  .logo {
    order: 2;
    width: 140px;
    position: static;
    transform: none;
    justify-self: center;
    margin-left: 10px;
  }

  .header-actions {
    display: flex;
    order: 3;
    justify-self: end;
    gap: 8px
  }

  .header-actions .btn-sm {
    padding: 7px 12px;
    font-size: 12px;
    white-space: nowrap
  }

  .lang {
    padding: 6px 10px;
    font-size: 12px
  }

  /* ── Hero ── */
  .hero {
    padding: 40px 0 50px
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 24px
  }

  .hero-btn-item {
    width: 96%;
    font-size: 14px
  }

  /* phone animation goes above text */
  .hero-visual {
    order: -1
  }

  .hero h1 {
    font-size: 32px
  }

  .hero-sub {
    font-size: 20px
  }

  .hero-btns {
    justify-content: center;
    gap: 10px
  }

  .hero-lottie {
    max-width: 350px
  }

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

  .hf-item {
    padding: 10px 8px
  }

  .hf-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }

  .hf-icon img {
    width: 32px;
    height: 32px
  }

  .hf-icon svg {
    width: 30px;
    height: 30px
  }

  .hf-item strong {
    font-size: 14px;
    margin-bottom: 4px
  }

  .hf-item .hf-net-desktop {
    display: none;
  }

  .hf-item .hf-net-mobile {
    display: block;
  }

  .hf-item span {
    font-size: 11px;
    display: none;
  }

  /* ── Services card: text first (order), then image ── */
  .services-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    text-align: left;
    margin: 20px;
    background: url(../images/bg/bg-our-services-mb.webp) center/cover no-repeat;
    border-radius: 24px;
  }

  .services-visual {
    order: 2
  }

  .services-text {
    order: 1
  }

  /* ── SP / Premium cards ── */
  .sp-card,
  .dr-premium-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    text-align: left;
    margin: 0 20px;
    border-radius: 24px;
  }

  /* mobile-specific design backgrounds */
  .service-points {
    background: url(../images/bg/bg-out-service-points-mb.png) center/cover no-repeat;
  }

  .sp-card {
    background: url(../images/bg/bg-service-points-mb.webp) center/cover no-repeat; 
  }

  .dr-premium-card {
    background: url(../images/bg/bg-dr-premium-mb.webp) center/cover no-repeat;
  }

  .sp-left h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .drp-text h2 span {
    margin-left: 0;
  }

  .sp-left {
    padding: 0;
  }

  .drp-text>p {
    font-size: 17px;
  }

  .drp-lottie {
    max-width: 300px;
    margin: 0 auto;
    aspect-ratio: 1074 / 1742;
    position: static;
  }

  .drp-visual {
    max-width: 300px;
    margin: 0 auto;
    position: static;
  }

  .check-list li,
  .dot-list li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 500;
  }

  /* ── What we do: single column ── */
  .card-grid-3 {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .feature-card {
    padding: 24px 16px 20px
  }

  .feature-card h3 {
    font-size: 20px;
    min-height: 40px
  }

  .feature-card p {
    font-size: 16px
  }

  /* ── AI chips: single column, icon-left ── */
  .ai-col {
    display: flex;
    flex-direction: column;
    gap: 10px
  }

  .ai-chip {
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 12px 16px;
    gap: 12px
  }

  .ai-col-right .ai-chip {
    flex-direction: row;
    text-align: left
  }

  .ai-chip-txt,
  .ai-col-right .ai-chip-txt {
    align-items: flex-start
  }

  .ai-chip-ic {
    width: 38px;
    height: 38px;
    flex-shrink: 0
  }

  .ai-chip-txt strong {
    font-size: 16px
  }

  .ai-chip-txt span {
    font-size: 12px;
    display: block;
  }

  /* ── Service Points: single column, icon-left ── */
  .sp-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .sp-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 14px
  }

  .sp-item .sp-txt {
    text-align: left
  }

  /* ── Daily Report phone mock ── */
  .phone-mock {
    width: 220px;
    margin: 0 auto
  }

  /* ── Steps: single column ── */
  .steps {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .steps::before {
    display: none
  }

  .step-num {
    width: 56px;
    height: 56px;
    font-size: 22px;
    margin-bottom: 14px
  }

  .step strong {
    font-size: 20px
  }

  .step span {
    font-size: 16px
  }

  .mobile-only {
    display: block
  }

  .pc-only {
    display: none
  }

  /* ── Pricing ── */
  .pricing {
    background: url(../images/bg/bg-price-mb.webp) center/cover no-repeat
  }

  .price-grid {
    grid-template-columns: 1fr
  }

  /* CTA buttons → 48px tall on mobile (Pricing ORDER NOW, AI ทดลองใช้งาน) */
  .btn-order,
  .ai-cta .btn {
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* ── Stats: single column ── */
  .stats-inner {
    grid-template-columns: 1fr
  }

  .stat-quote {
    grid-column: auto;
    padding: 28px 24px
  }

  .stat-quote h3 {
    font-size: 36px;
    max-width: 100%
  }

  .quote-text {
    font-size: 20px
  }

  /* ── Misc ── */
  .section-title {
    font-size: 40px
  }

  .section-sub {
    font-size: 14px
  }

  section {
    padding: 50px 0
  }

  /* ── Daily Report: mobile carousel ── */
  .dr-mb-ui {
    display: block;
    margin-bottom: 24px
  }

  .dr-mb-sub {
    font-size: 16px;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 14px;
    font-weight: 500;
  }

  .dr-tabs-vp {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scroll-padding-left: 12px;
    scrollbar-width: none;          /* Firefox */
    -ms-overflow-style: none        /* IE/Edge */
  }

  .dr-tabs-vp::-webkit-scrollbar {  /* WebKit */
    display: none
  }

  /* 5-col × 2-row grid; intrinsic width overflows the viewport → swipe to pan */
  .dr-tabs-track {
    display: grid;
    grid-template-columns: repeat(5, calc(50vw - 44px));
    grid-template-rows: auto auto;
    gap: 10px;
    width: max-content
  }

  .dr-tab {
    scroll-snap-align: start
  }

  .dr-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 9px 12px;
    background: #fff;
    border: 1.5px solid #e4e4eb;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
    gap: 10px;
    transition: border-color .2s, box-shadow .2s;
    min-width: 0
  }

  .dr-tab.active {
    border-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box,
      linear-gradient(135deg, #7b5cf0 0%, #304CFB 100%) border-box;
    box-shadow: 0 4px 14px rgba(123, 92, 240, .18)
  }

  .dr-tab-ic {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
  }

  .dr-tab-ic img {
    width: 100%;
    height: 100%;
    object-fit: contain
  }

  .dr-tab span {
    font-size: 14px;
    line-height: 1.3;
    color: var(--text-secondary);
    word-break: keep-all;
    font-weight: 700
  }

  .dr-tab.active span {
    color: var(--ink);
  }

  .dr-mb-cap {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin-top: 14px;
    display: none;
  }

  /* Hide desktop tab columns, show phone + arrows */
  .dr-col {
    display: none
  }

  .dr-phone-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
  }

  .dr-phone {
    order: 0;
    flex: 1;
    max-width: 300px
  }

  .dr-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #f2f2f6;
    border: 1px solid #e4e4eb;
    color: #555;
    cursor: pointer;
    transition: background .2s
  }

  .dr-arrow-btn:active {
    background: #e4e4eb
  }

  /* ── Networks: compact single-row logos ── */
  .networks-label {
    font-size: 18px;
    margin-bottom: 16px
  }

  .network-logos {
    padding: 20px 24px;
    gap: 8px 20px
  }

  .net-logo {
    width: 72px
  }

  .fc-divider {
    display: none;
  }

  .eyebrow {
    font-size: 20px
  }

  .services-text h2 {
    font-size: 40px
  }

  .services-text>p {
    font-size: 19px
  }

  .check-list li {
    font-size: 16px
  }

  .fs-20 {
    font-size: 20px
  }

  .sp-des-mb {
    display: block;
  }

  .sp-des-pc {
    display: none;
  }

  .sp-item strong {
    font-size: 16px;
    font-weight: 500;
  }

  .price-card h3 {
    font-size: 40px;
  }

  .price {
    font-size: 40px;
  }

  .fc-btn {
    width: 100%;
    text-align: center;
  }

  .footer-panel {
    background: linear-gradient(180deg, #2663DF 0%, #222D58 60.37% 60.37%, #A031E8 100%);
  }
  .stat-box strong{
    font-size: 20px;
    margin:0;
  }
  .stat-ic {
    margin:0;
  }
  .stat-box {
    margin: 0 30px;
  }
  .hero-text {
    padding-top: 0;
  }
  .what-we-do {
  background: url(../images/bg/bg-what-we-do-mb.webp) center/cover no-repeat
}
}