:root {
  --primary:       #1565C0;
  --primary-light: #1E88E5;
  --primary-dark:  #0D47A1;
  --accent:        #FF6D00;
  --sky:           #E3F2FD;
  --sky-mid:       #BBDEFB;
  --text-dark:     #1a2744;
  --text-gray:     #546E7A;
  --bg:            #f0f4f8;
  --card-shadow:   0 4px 24px rgba(21,101,192,.10);
  --radius:        16px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Sarabun', sans-serif; font-size: 15px; color: var(--text-dark); background: var(--bg); margin: 0; position: relative; }

/* ═══ NAVBAR ═══ */
.top-navbar { background: var(--primary-dark); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 12px rgba(13,71,161,.25); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; }
.brand-logo { display: flex; align-items: center; text-decoration: none; }
.brand-logo img { height: 40px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; padding: 6px 14px; border-radius: 8px; transition: background .2s; }
.nav-links a:hover { background: rgba(255,255,255,.12); color: #fff; }
.nav-links a.active { background: rgba(255,255,255,.18); color: #fff; font-weight: 600; }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.btn-nav-outline { border: 1.5px solid rgba(255,255,255,.5); color: #fff; background: transparent; border-radius: 20px; font-size: .82rem; padding: 5px 16px; font-family: 'Sarabun', sans-serif; cursor: pointer; transition: background .2s; }
.btn-nav-outline:hover { background: rgba(255,255,255,.12); }
.btn-nav-solid { background: var(--accent); color: #fff; border: none; border-radius: 20px; font-size: .82rem; padding: 5px 16px; font-family: 'Sarabun', sans-serif; cursor: pointer; text-decoration: none; }
.nav-toggler { display: none; background: none; border: none; color: #fff; font-size: 1.55rem; cursor: pointer; padding: 2px 6px; }
.mobile-nav-menu { display: none; background: var(--primary-dark); padding: 4px 20px 16px; border-top: 1px solid rgba(255,255,255,.12); }
.mobile-nav-menu.show { display: block; }
.mobile-nav-menu a { display: block; color: rgba(255,255,255,.85); text-decoration: none; padding: 10px 0; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.07); }

/* ═══ HERO ═══ */
.hero-section {
  position: relative; min-height: 380px;
  background: linear-gradient(145deg, var(--primary-dark) 0%, var(--primary-light) 60%, #29B6F6 100%);
  display: flex; align-items: center; padding: 50px 0 48px;
}
.hero-section::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=1400&q=80') center/cover no-repeat; opacity: .16; }
.hero-deco { position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.05); pointer-events: none; }
.hero-content { position: relative; z-index: 2; }
.hero-content h1 {
  font-family: 'Prompt', sans-serif; font-weight: 700; color: #fff;
  font-size: clamp(1.5rem, 3.5vw, 2.6rem); line-height: 1.2;
  margin-bottom: 12px; white-space: nowrap;
}
.hero-content p { color: rgba(255,255,255,.85); font-size: clamp(.9rem, 1.8vw, 1.05rem); max-width: 500px; margin-bottom: 0; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.hero-badge { background: rgba(255,255,255,.18); backdrop-filter: blur(6px); color: #fff; font-size: .78rem; font-weight: 600; padding: 5px 14px; border-radius: 20px; border: 1px solid rgba(255,255,255,.25); }
.hero-stats { display: flex; align-items: center; gap: 20px; margin-top: 18px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-val { font-family: 'Prompt', sans-serif; font-weight: 700; font-size: 1.3rem; color: #fff; line-height: 1.1; }
.hero-stat-lbl { font-size: .72rem; color: rgba(255,255,255,.65); margin-top: 1px; }
.hero-stat-div { width: 1px; height: 28px; background: rgba(255,255,255,.25); }

/* ═══ SEARCH FLOAT ═══ */
.search-float { position: relative; z-index: 200; margin-top: -80px; }

/* ═══ SEARCH CARD ═══ */
.search-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0,0,0,.28), 0 6px 20px rgba(0,0,0,.14);
  border: none;
  position: relative;
}
.search-card-header {
  background: #fff;
  padding: 18px 28px 14px;
  border-radius: 17px 17px 0 0;
  border-bottom: 1px solid #f0f4f8;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.search-card-title { font-family: 'Prompt', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--text-dark); margin: 0; display: flex; align-items: center; gap: 10px; }
.search-card-title i { color: var(--accent); font-size: 1.1rem; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.6); animation: pulse-dot 2s infinite; display: inline-block; flex-shrink: 0; }
@keyframes pulse-dot { 0%{box-shadow:0 0 0 0 rgba(34,197,94,.6)} 70%{box-shadow:0 0 0 8px rgba(34,197,94,0)} 100%{box-shadow:0 0 0 0 rgba(34,197,94,0)} }
.search-card-tabs { display: flex; gap: 6px; }
.search-tab { background: #f1f5f9; color: var(--text-gray); border: 1px solid #e2e8f0; border-radius: 20px; font-size: .82rem; font-weight: 600; padding: 5px 18px; cursor: pointer; font-family: 'Sarabun', sans-serif; transition: all .2s; }
.search-tab.active, .search-tab:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.search-card-body { padding: 24px 28px 28px; }
.search-card-footer {
  background: #fafbfc;
  border-top: 1px solid #f0f4f8;
  border-radius: 0 0 16px 16px;
  padding: 10px 28px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.search-hint { display: flex; align-items: center; gap: 5px; font-size: .76rem; color: var(--text-gray); font-weight: 600; }
.search-hint i { font-size: .85rem; color: var(--accent); }

/* ═══ APP BANNER ═══ */
.app-banner {
  background: #fff;
  border: 1px solid #dce8f7;
  border-radius: 14px;
  padding: 16px 24px;
  margin-top: 12px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  box-shadow: 0 2px 12px rgba(21,101,192,.06);
}
.app-banner-title { font-family: 'Prompt', sans-serif; font-weight: 700; font-size: .92rem; color: var(--text-dark); margin-bottom: 2px; }
.app-banner-sub { font-size: .76rem; color: var(--text-gray); margin: 0; }
.app-stats-row { display: flex; gap: 18px; margin-top: 10px; flex-wrap: wrap; }
.app-stat-badge { display: flex; align-items: center; gap: 6px; }
.app-stat-badge .icon { width: 28px; height: 28px; border-radius: 8px; background: var(--sky); display: flex; align-items: center; justify-content: center; font-size: .9rem; color: var(--primary); }
.app-stat-badge .val { font-family: 'Prompt', sans-serif; font-weight: 700; font-size: .85rem; color: var(--primary); }
.app-stat-badge .lbl { font-size: .67rem; color: var(--text-gray); }
.stars { color: #F9A825; font-size: .8rem; }
.app-btn-group { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.btn-gplay { display: flex; align-items: center; gap: 10px; background: #1a1a1a; color: #fff; text-decoration: none; border-radius: 10px; padding: 8px 16px; transition: transform .15s, opacity .15s; min-width: 160px; }
.btn-gplay:hover { transform: translateY(-2px); opacity: .88; color: #fff; }
.btn-gplay .gp-text .small { font-size: .58rem; color: rgba(255,255,255,.55); display: block; line-height: 1; }
.btn-gplay .gp-text .big { font-size: .82rem; font-weight: 700; display: block; line-height: 1.3; }
.app-qr-wrap { display: flex; align-items: center; gap: 10px; }
.app-qr { width: 64px; height: 64px; border-radius: 10px; background: var(--sky); border: 1px solid #dce8f7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.app-qr-text { font-size: .68rem; color: var(--text-gray); max-width: 68px; line-height: 1.4; }

/* ═══ SECTIONS ═══ */
.section-wrap { padding: 48px 0; }
.section-wrap-sm { padding: 32px 0; }
.bg-white { background: #fff; }
.section-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.section-title { font-family: 'Prompt', sans-serif; font-weight: 600; font-size: clamp(1rem,2vw,1.2rem); color: var(--text-dark); margin: 0; }
.section-more { font-size: .85rem; color: var(--primary-light); text-decoration: none; font-weight: 500; }
.section-more:hover { text-decoration: underline; }

/* PROMO */
.promo-card { border-radius: 14px; overflow: hidden; box-shadow: var(--card-shadow); background: #fff; position: relative; height: 100%; transition: transform .2s; color: var(--text-dark); text-decoration: none; display: block; }
.promo-card:hover { transform: translateY(-4px); }
.promo-card img { width: 100%; height: 200px; object-fit: contain; display: block; background: #f0f5fb; }
.promo-badge { position: absolute; top: 12px; left: 12px; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.promo-body { padding: 14px 16px 16px; }
.promo-body h3 { font-family: 'Prompt', sans-serif; font-size: .92rem; font-weight: 600; margin: 0 0 4px; color: var(--text-dark); }
.promo-body p { font-size: .8rem; color: var(--text-gray); margin: 0; }
.promo-xs-scroll { display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; padding-bottom: 6px; }
.promo-xs-scroll::-webkit-scrollbar { display: none; }
.promo-xs-scroll .promo-item { width: 75vw; min-width: 230px; max-width: 300px; flex-shrink: 0; }

/* HOW TO */
.how-step { text-align: center; background: #fff; border-radius: 14px; padding: 24px 14px 20px; box-shadow: var(--card-shadow); height: 100%; transition: transform .2s; }
.how-step:hover { transform: translateY(-3px); }
.how-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--sky); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 1.4rem; color: var(--primary); }
.step-num { font-family: 'Prompt', sans-serif; font-size: .72rem; font-weight: 700; color: var(--primary-light); margin-bottom: 4px; }
.how-step h4 { font-family: 'Prompt', sans-serif; font-size: .92rem; font-weight: 600; margin: 0 0 6px; }
.how-step p { font-size: .8rem; color: var(--text-gray); margin: 0; line-height: 1.5; }

/* COMPANIES STRIP (homepage carousel) */
.co-strip { background: var(--bg); padding: 24px 0 28px; border-top: 1px solid #edf2f7; border-bottom: 1px solid #edf2f7; }
.co-strip-item { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; padding: 10px 6px; border-radius: 14px; transition: background .18s; }
.co-strip-item:hover { background: var(--sky); }
.co-strip-logo { width: 68px; height: 68px; border-radius: 12px; background: #f8fafc; border: 1px solid #e8f0fe; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.co-strip-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.co-strip-name { font-size: .73rem; font-weight: 600; color: var(--text-dark); margin-top: 8px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-width: 90px; }

/* COMPANIES (grid — operators page) */
.company-item { background: #fff; border-radius: 14px; padding: 16px 8px 14px; text-align: center; box-shadow: var(--card-shadow); height: 100%; transition: transform .2s; text-decoration: none; display: block; }
.company-item:hover { transform: translateY(-3px); }
.company-logo {
  width: 72px; height: 72px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; overflow: hidden;
  background: #f5f8ff; border: 1px solid #e8eef8;
}
.company-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.company-name { font-size: .78rem; font-weight: 600; color: var(--text-dark); line-height: 1.3; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ROUTES */
.route-item { background: #fff; border-radius: 14px; padding: 15px 18px; box-shadow: var(--card-shadow); display: flex; align-items: center; gap: 14px; text-decoration: none; height: 100%; transition: transform .2s; }
.route-item:hover { transform: translateY(-3px); }
.route-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; flex-shrink: 0; }
.route-info { flex: 1; min-width: 0; }
.route-info h4 { font-family: 'Prompt', sans-serif; font-size: .92rem; font-weight: 600; color: var(--text-dark); margin: 0 0 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.route-info p { font-size: .78rem; color: var(--text-gray); margin: 0; }
.route-price { text-align: right; flex-shrink: 0; }
.route-price .price { font-family: 'Prompt', sans-serif; font-weight: 700; font-size: 1rem; color: var(--primary); display: block; }
.route-price .from { font-size: .7rem; color: var(--text-gray); }

/* ARTICLES */
.article-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--card-shadow); }
.article-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.article-body { padding: 14px 16px 18px; }
.article-tag { display: inline-block; background: var(--sky); color: var(--primary); font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; margin-bottom: 8px; }
.article-body h3 { font-family: 'Prompt', sans-serif; font-size: .9rem; font-weight: 600; color: var(--text-dark); margin: 0 0 6px; line-height: 1.4; }
.article-body p { font-size: .76rem; color: var(--text-gray); margin: 0; }
.owl-dots .owl-dot span { background: var(--sky-mid) !important; width: 8px !important; height: 8px !important; }
.owl-dots .owl-dot.active span { background: var(--primary) !important; width: 22px !important; }

/* FAQ */
.faq-item { background: #fff; border-radius: 14px; padding: 18px 22px; box-shadow: var(--card-shadow); margin-bottom: 10px; }
.faq-question { font-family: 'Prompt', sans-serif; font-weight: 600; font-size: .95rem; color: var(--text-dark); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: none; background: none; width: 100%; text-align: left; padding: 0; }
.faq-question i { color: var(--primary); font-size: 1rem; flex-shrink: 0; transition: transform .25s; }
.faq-answer { font-size: .85rem; color: var(--text-gray); line-height: 1.7; margin-top: 10px; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question i { transform: rotate(45deg); }

/* FOOTER */
footer { background: var(--primary-dark); padding: 44px 0 20px; }
footer p { font-size: .85rem; color: rgba(255,255,255,.65); }
footer h6 { font-family: 'Prompt', sans-serif; font-weight: 600; color: rgba(255,255,255,.9); font-size: .88rem; margin-bottom: 12px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 7px; }
footer ul li a { color: rgba(255,255,255,.6); font-size: .82rem; text-decoration: none; }
footer ul li a:hover { color: #fff; }
.footer-logo img { height: 36px; width: auto; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 12px; }
.footer-divider { border-color: rgba(255,255,255,.12); margin: 28px 0 18px; }
.footer-copy { font-size: .76rem; color: rgba(255,255,255,.4); }
.social-icons { display: flex; gap: 10px; margin-top: 14px; }
.social-icons a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.75); font-size: 1rem; text-decoration: none; transition: background .2s; }
.social-icons a:hover { background: rgba(255,255,255,.22); color: #fff; }

/* BOTTOM NAV */
.bottom-nav { display: none; position: sticky; bottom: 0; background: #fff; border-top: 1px solid #E3EAF4; justify-content: space-around; padding: 8px 0 calc(12px + env(safe-area-inset-bottom,0px)); z-index: 1000; box-shadow: 0 -4px 20px rgba(21,101,192,.08); }
.nav-item-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; background: none; border: none; padding: 0 10px; color: #90A4AE; font-size: .68rem; font-family: 'Sarabun', sans-serif; cursor: pointer; transition: color .2s; text-decoration: none; }
.nav-item-btn i { font-size: 1.3rem; }
.nav-item-btn.active { color: var(--primary); }

/* RESPONSIVE */
@media (max-width: 991.98px) { .nav-links, .nav-actions { display: none; } .nav-toggler { display: block; } }
/* ═══ MOBILE HEADER BAR ═══ */
.mobile-header {
  display: none;
  position: relative; height: 56px;
  background: var(--primary-dark);
  box-shadow: 0 2px 12px rgba(13,71,161,.35);
  align-items: center; justify-content: space-between;
  padding: 0 16px;
}
.mobile-header-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.mobile-header-logo img { height: 34px; width: auto; object-fit: contain; }
.mobile-header-logo-text { font-family: 'Prompt',sans-serif; font-weight: 700; font-size: 1.25rem; color: #fff; }

/* ═══ MOBILE FAB ═══ */
.mobile-fab {
  display: flex;
  width: 42px; height: 42px;
  background: transparent;
  border: none; border-radius: 10px;
  color: #fff; font-size: 1.5rem; cursor: pointer;
  align-items: center; justify-content: center;
  transition: background .2s; flex-shrink: 0;
}
.mobile-fab:hover { background: rgba(255,255,255,.12); }

/* ═══ MOBILE DRAWER ═══ */
.mobile-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  z-index: 1150;
}
.mobile-overlay.open { display: block; }
.mobile-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 280px; max-width: 85vw;
  background: var(--primary-dark);
  z-index: 1200;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.mobile-drawer.open { transform: translateX(0); }
.mobile-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.12); flex-shrink: 0;
}
.mobile-drawer-head a { font-family: 'Prompt',sans-serif; font-weight: 700; font-size: 1.05rem; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.mobile-drawer-close {
  background: none; border: none; color: rgba(255,255,255,.65);
  font-size: 1.35rem; cursor: pointer; padding: 4px; line-height: 1;
  border-radius: 6px; transition: all .15s;
}
.mobile-drawer-close:hover { color: #fff; background: rgba(255,255,255,.1); }
.mobile-drawer-nav { flex: 1; padding: 6px 0; }
.mobile-drawer-nav a {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 24px;
  color: rgba(255,255,255,.82); text-decoration: none;
  font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .15s;
}
.mobile-drawer-nav a i { font-size: 1.05rem; width: 20px; text-align: center; opacity: .7; }
.mobile-drawer-nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.mobile-drawer-nav a.active { background: rgba(255,255,255,.14); color: #fff; font-weight: 600; }
.mobile-drawer-nav a.active i { opacity: 1; }
.mobile-drawer-footer { padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.12); flex-shrink: 0; }
.mobile-drawer-cta {
  display: block; width: 100%; background: var(--accent); color: #fff;
  text-align: center; padding: 12px; border-radius: 12px;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  transition: background .15s;
}
.mobile-drawer-cta:hover { background: #e65100; color: #fff; }

@media (max-width: 767.98px) {
  .top-navbar { display: none; }
  .mobile-header { display: flex; }
  .bottom-nav { display: flex; }
  .hero-section { padding: 36px 0 40px; min-height: 260px; }
  .hero-deco { display: none; }
  .hero-content h1 { white-space: normal; font-size: clamp(1.4rem, 5vw, 2rem); }
  .search-card-header { padding: 14px 16px 12px; }
  .search-card-body { padding: 16px 14px 20px; }
  .search-card-footer { padding: 10px 16px; gap: 10px; }
  .section-wrap { padding: 28px 0; }
  .section-wrap-sm { padding: 20px 0; }
  .app-banner { flex-direction: column; }
  .app-btn-group { flex-direction: row; }
  /* Article mobile */
  .ar-hero { padding: 20px 0 0; }
  .ar-hero h1 { font-size: 1.3rem; }
  .ar-body { padding: 20px 0 40px; overflow-x: hidden; }
  .ar-content { padding: 0 4px; word-break: break-word; overflow-wrap: break-word; }
  .ar-content img { border-radius: 6px; }
  .ar-share { gap: 8px; }
  .ar-related { padding: 0 4px; }
  .ar-related .row { margin-left: 0; margin-right: 0; }
  .ar-related .row > * { padding-left: 8px; padding-right: 8px; }
}
@media (max-width: 575.98px) { .app-qr-wrap { display: none; } .search-hint { font-size: .68rem; } }

/* ═══ PAGE BREADCRUMB (shared hero breadcrumb) ═══ */
.page-breadcrumb { display:flex; align-items:center; gap:6px; margin-bottom:20px; font-size:.8rem; }
.page-breadcrumb a { color:rgba(255,255,255,.72); text-decoration:none; }
.page-breadcrumb a:hover { color:#fff; }
.page-breadcrumb .sep { color:rgba(255,255,255,.35); }
.page-breadcrumb .current { color:rgba(255,255,255,.9); }

/* ═══ PROMOTIONS LIST PAGE (/promotions) ═══ */
.pm-hero { background:linear-gradient(135deg,#0d47a1 0%,#1565c0 60%,#1976d2 100%); padding:32px 0 36px; color:#fff; }
.pm-hero h1 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.3rem,2.5vw,1.7rem); margin:0 0 6px; }
.pm-hero p  { color:rgba(255,255,255,.8); margin:0; font-size:.88rem; }
.pm-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-top:16px; }
.pm-tab { background:rgba(255,255,255,.15); color:rgba(255,255,255,.85); border:1px solid rgba(255,255,255,.3); border-radius:20px; font-size:.8rem; font-weight:600; padding:5px 16px; cursor:pointer; font-family:"Sarabun",sans-serif; transition:all .2s; }
.pm-tab.active, .pm-tab:hover { background:#fff; color:var(--primary); }
.pm-grid { padding:32px 0; }
.pm-card { background:#fff; border-radius:14px; overflow:hidden; box-shadow:var(--card-shadow); transition:transform .2s; text-decoration:none; color:var(--text-dark); display:block; height:100%; }
.pm-card:hover { transform:translateY(-4px); color:var(--text-dark); }
.pm-card img { width:100%; height:200px; object-fit:contain; display:block; background:#f0f5fb; }
.pm-card-img-placeholder { width:100%; height:180px; background:var(--sky); display:flex; align-items:center; justify-content:center; color:var(--primary); font-size:2.5rem; }
.pm-card-body { padding:14px 16px 16px; position:relative; }
.pm-card-cat { display:inline-block; font-size:.68rem; font-weight:700; padding:2px 10px; border-radius:20px; margin-bottom:6px; }
.pm-card-cat.promotion { background:#FFF3E0; color:#E65100; }
.pm-card-cat.news      { background:#E3F2FD; color:#1565C0; }
.pm-card-badge { position:absolute; top:-13px; right:14px; background:var(--accent); color:#fff; font-size:.7rem; font-weight:700; padding:3px 11px; border-radius:20px; }
.pm-card-body h3 { font-family:"Prompt",sans-serif; font-size:.9rem; font-weight:600; margin:0 0 5px; line-height:1.4; }
.pm-card-body p  { font-size:.78rem; color:var(--text-gray); margin:0; line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.pm-empty { text-align:center; padding:60px 0; color:var(--text-gray); }

/* ═══ PROMOTION DETAIL PAGE (/promotions/{id}) ═══ */
.pm-detail-hero { background:linear-gradient(135deg,#0d47a1 0%,#1565c0 60%,#1976d2 100%); padding:28px 0 32px; color:#fff; }
.pm-detail-hero h1 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.2rem,2.5vw,1.6rem); margin:0 0 8px; }
.pm-detail-img { width:100%; max-height:380px; object-fit:cover; border-radius:14px; box-shadow:0 8px 28px rgba(0,0,0,.14); display:block; }
.pm-detail-card { background:#fff; border-radius:14px; padding:24px 28px; box-shadow:var(--card-shadow); }
.pm-detail-badge { display:inline-block; background:var(--accent); color:#fff; font-size:.8rem; font-weight:700; padding:4px 14px; border-radius:20px; margin-bottom:14px; }
.pm-detail-cat { display:inline-block; font-size:.73rem; font-weight:700; padding:3px 12px; border-radius:20px; margin-left:8px; vertical-align:middle; }
.pm-detail-cat.promotion { background:#FFF3E0; color:#E65100; }
.pm-detail-cat.news      { background:#E3F2FD; color:#1565C0; }
.pm-detail-desc { font-size:.92rem; line-height:2; color:var(--text-dark); white-space:pre-line; margin-top:14px; }
.pm-detail-cta { display:inline-flex; align-items:center; gap:8px; background:var(--accent); color:#fff; font-family:"Prompt",sans-serif; font-weight:700; font-size:.92rem; padding:11px 26px; border-radius:12px; text-decoration:none; margin-top:20px; transition:background .2s; }
.pm-detail-cta:hover { background:#e65100; color:#fff; }

/* ═══ STATION DETAIL PAGE (/สถานี/{id}) ═══ */
.st-hero { background:linear-gradient(135deg,#0d47a1 0%,#1565c0 60%,#1976d2 100%); padding:28px 0 0; color:#fff; }
.st-search-strip { background:rgba(0,0,0,.18); padding:16px 0 20px; margin-top:20px; }
.st-hero-body { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-top:4px; }
.st-hero-badges { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:10px; }
.st-pill { display:inline-flex; align-items:center; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.28); color:#fff; font-size:.75rem; font-weight:600; padding:3px 12px; border-radius:20px; }
.st-pill-dim { background:rgba(255,255,255,.1); color:rgba(255,255,255,.75); }
.st-hero h1 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.1rem,2.2vw,1.5rem); margin:0 0 12px; line-height:1.3; }
.st-hero-stats { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.st-hero-stat { display:flex; flex-direction:column; }
.st-hero-stat .val { font-family:"Prompt",sans-serif; font-weight:700; font-size:1.15rem; color:#fff; line-height:1.1; }
.st-hero-stat .lbl { font-size:.7rem; color:rgba(255,255,255,.65); margin-top:1px; }
.st-hero-stat-div { width:1px; height:24px; background:rgba(255,255,255,.25); }
.st-map-btn { display:inline-flex; align-items:center; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.35); color:#fff; font-size:.82rem; font-weight:600; padding:8px 18px; border-radius:10px; text-decoration:none; transition:background .2s; white-space:nowrap; flex-shrink:0; }
.st-map-btn:hover { background:rgba(255,255,255,.25); color:#fff; }
.st-distance-badge { display:inline-flex; align-items:center; gap:4px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:20px; padding:3px 10px; font-size:.73rem; color:rgba(255,255,255,.85); margin-top:10px; }
.st-nav-btns { display:flex; flex-direction:column; gap:6px; padding:12px 14px 14px; }
.st-nav-btn { display:flex; align-items:center; justify-content:center; gap:7px; padding:9px 12px; border-radius:8px; font-size:.82rem; font-weight:500; text-decoration:none; transition:opacity .15s; }
.st-nav-btn:hover { opacity:.82; text-decoration:none; }
.st-nav-google { background:#4285f4; color:#fff; }
.st-nav-waze   { background:#33ccff; color:#1a1a1a; }
.st-nav-apple  { background:#1c1c1e; color:#fff; }
.st-hero-address { font-size:.78rem; color:rgba(255,255,255,.72); margin:0 0 14px; display:flex; align-items:flex-start; gap:6px; line-height:1.5; }
.st-nearby-list { padding:4px 0; }
.st-nearby-item { display:flex; align-items:center; gap:10px; padding:9px 16px; text-decoration:none; border-bottom:1px solid #f0f4f8; transition:background .15s; }
.st-nearby-item:last-child { border-bottom:none; }
.st-nearby-item:hover { background:#f8fafc; }
.st-nearby-icon { width:26px; text-align:center; font-size:.95rem; flex-shrink:0; }
.st-nearby-name { flex:1; font-size:.82rem; color:var(--text-dark); font-weight:500; }
.st-nearby-dist { font-size:.72rem; color:var(--text-gray); white-space:nowrap; flex-shrink:0; background:#f1f5f9; padding:2px 7px; border-radius:10px; }
.st-body { padding:28px 0 56px; }
.st-card { background:#fff; border-radius:14px; box-shadow:var(--card-shadow); overflow:hidden; }
.st-card-hd { display:flex; align-items:center; justify-content:space-between; padding:16px 20px 14px; border-bottom:1px solid #f0f4f8; }
.st-card-hd h2 { font-family:"Prompt",sans-serif; font-size:.95rem; font-weight:700; color:var(--text-dark); margin:0; display:flex; align-items:center; }
.st-badge-online { background:#e8f5e9; color:#2e7d32; font-size:.7rem; font-weight:700; padding:3px 10px; border-radius:20px; }
.st-corridor-note { margin:0; padding:10px 16px 12px; font-size:.72rem; color:var(--text-gray); border-top:1px solid #f0f4f8; display:flex; align-items:flex-start; gap:4px; line-height:1.5; }
.st-count-badge { background:var(--sky); color:var(--primary); font-size:.7rem; font-weight:700; padding:3px 10px; border-radius:20px; }
.st-map-wrap { border-bottom:1px solid #f0f4f8; }
/* corridors */
.st-corridor-list { display:flex; flex-direction:column; }
.st-corridor-item { display:flex; align-items:center; gap:12px; padding:14px 20px; text-decoration:none; color:var(--text-dark); border-bottom:1px solid #f5f8fc; transition:background .15s; }
.st-corridor-item:last-child { border-bottom:none; }
.st-corridor-item:hover { background:#f8fbff; }
.st-corridor-route { display:flex; align-items:center; gap:8px; flex:1; min-width:0; }
.st-city { font-family:"Prompt",sans-serif; font-weight:700; font-size:.92rem; color:var(--text-dark); white-space:nowrap; }
.st-arrow { color:rgba(255,109,0,.7); font-size:.85rem; flex-shrink:0; }
.st-corridor-meta { display:flex; gap:6px; flex-wrap:wrap; flex-shrink:0; }
.st-meta-pill { background:var(--sky); color:var(--primary); font-size:.68rem; font-weight:600; padding:2px 9px; border-radius:20px; white-space:nowrap; }
.st-corridor-price { display:flex; align-items:center; gap:6px; flex-shrink:0; }
.st-from { font-size:.68rem; color:var(--text-gray); }
.st-price { font-family:"Prompt",sans-serif; font-weight:700; font-size:1rem; color:var(--accent); }
.st-price-na { font-size:.8rem; color:var(--primary); font-weight:600; }
.st-chevron { color:#cbd5e1; font-size:.75rem; }
/* routes */
.st-route-groups { padding:4px 0; }
.st-route-group { padding:12px 20px; border-bottom:1px solid #f5f8fc; }
.st-route-group:last-child { border-bottom:none; }
.st-route-group-hd { font-size:.82rem; font-weight:700; color:var(--primary); margin-bottom:8px; }
.st-route-chips { display:flex; flex-wrap:wrap; gap:6px; }
.st-route-chip { background:#f0f4f8; color:var(--text-dark); font-size:.75rem; padding:4px 12px; border-radius:20px; }
/* companies sidebar */
.st-co-list { display:flex; flex-direction:column; padding:4px 0; }
.st-co-item { display:flex; align-items:center; gap:12px; padding:10px 16px; text-decoration:none; color:var(--text-dark); border-bottom:1px solid #f5f8fc; transition:background .15s; }
.st-co-item:last-child { border-bottom:none; }
.st-co-item:hover { background:#f8fbff; }
.st-co-logo { width:40px; height:40px; border-radius:8px; background:#f8fafc; border:1px solid #e8f0fe; display:flex; align-items:center; justify-content:center; overflow:hidden; flex-shrink:0; }
.st-co-logo img { width:100%; height:100%; object-fit:contain; padding:4px; }
.st-co-name { font-size:.82rem; font-weight:600; color:var(--text-dark); line-height:1.3; }

/* ═══ STATIONS LIST PAGE (/สถานี) ═══ */
.st-search-wrap { position:relative; max-width:480px; }
.st-search-icon { position:absolute; left:14px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.6); font-size:.95rem; pointer-events:none; }
.st-search-input { width:100%; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.3); border-radius:12px; padding:10px 16px 10px 40px; color:#fff; font-family:"Sarabun",sans-serif; font-size:.9rem; outline:none; transition:background .2s; }
.st-search-input::placeholder { color:rgba(255,255,255,.55); }
.st-search-input:focus { background:rgba(255,255,255,.22); border-color:rgba(255,255,255,.5); }
.st-province-group { margin-bottom:28px; }
.st-province-hd { font-family:"Prompt",sans-serif; font-weight:700; font-size:.92rem; color:var(--primary); margin-bottom:10px; display:flex; align-items:center; border-bottom:2px solid var(--sky); padding-bottom:8px; }
.st-list-card { display:flex; align-items:center; gap:10px; background:#fff; border-radius:10px; padding:11px 14px; text-decoration:none; color:var(--text-dark); box-shadow:0 1px 6px rgba(21,101,192,.07); transition:box-shadow .15s, transform .15s; }
.st-list-card:hover { box-shadow:0 4px 16px rgba(21,101,192,.14); transform:translateY(-1px); color:var(--text-dark); }
.st-list-info { flex:1; min-width:0; }
.st-list-name { font-size:.82rem; font-weight:600; color:var(--text-dark); line-height:1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.st-list-meta { display:flex; gap:10px; margin-top:4px; }
.st-list-meta span { font-size:.7rem; color:var(--text-gray); }
.st-online-dot { width:8px; height:8px; border-radius:50%; background:#43a047; flex-shrink:0; }
.st-empty { text-align:center; padding:48px 0; color:var(--text-gray); }

/* ── SEARCH / TICKET PAGE ──────────────────────────────────────────────────── */
.sk-hero { background:linear-gradient(135deg,var(--primary) 0%,#1565c0 100%); padding:28px 0 0; color:#fff; }
.sk-hero h1 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.2rem,2.5vw,1.7rem); margin:8px 0 6px; }
.sk-hero-sub { color:rgba(255,255,255,.8); font-size:.9rem; margin:0 0 0; }
.sk-search-strip { background:rgba(0,0,0,.18); padding:20px 0 24px; margin-top:20px; }
.sk-steps-section { padding:40px 0 60px; }
.sk-section-hd { text-align:center; margin-bottom:32px; }
.sk-section-hd h2 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.1rem,2vw,1.4rem); color:var(--text-dark); margin:0 0 6px; }
.sk-section-hd p { color:var(--text-gray); font-size:.88rem; margin:0; }
.sk-steps-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
@media (max-width:575px) { .sk-steps-grid { grid-template-columns:1fr; } }
.sk-step-card { background:#fff; border-radius:14px; box-shadow:var(--card-shadow); overflow:hidden; }
.sk-step-img-wrap { display:block; position:relative; overflow:hidden; aspect-ratio:16/10; background:#f1f5f9; }
.sk-step-img-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .3s; display:block; }
.sk-step-img-wrap:hover img { transform:scale(1.04); }
.sk-zoom-hint { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0); transition:background .2s; color:#fff; font-size:1.6rem; opacity:0; }
.sk-step-img-wrap:hover .sk-zoom-hint { background:rgba(0,0,0,.3); opacity:1; }
.sk-step-body { display:flex; align-items:flex-start; gap:12px; padding:14px 16px 16px; }
.sk-step-num { width:28px; height:28px; border-radius:50%; background:var(--primary); color:#fff; font-family:"Prompt",sans-serif; font-weight:700; font-size:.82rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; }
.sk-step-title { font-family:"Prompt",sans-serif; font-weight:700; font-size:.9rem; color:var(--text-dark); margin-bottom:4px; }
.sk-step-desc { font-size:.78rem; color:var(--text-gray); margin:0; line-height:1.5; }
.sk-cta-wrap { margin-top:32px; text-align:center; }
.sk-cta-note { font-size:.82rem; color:var(--text-gray); margin:0; }

/* ── BLOG LIST ──────────────────────────────────────────────────────────────── */
.bl-hero { background:linear-gradient(135deg,var(--primary) 0%,#1565c0 100%); padding:28px 0 32px; color:#fff; }
.bl-hero h1 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.2rem,2.5vw,1.7rem); margin:8px 0 6px; }
.bl-hero-sub { color:rgba(255,255,255,.8); font-size:.9rem; margin:0; }
.bl-cats { display:flex; flex-wrap:wrap; gap:8px; }
.bl-cat-pill { display:inline-block; padding:5px 14px; border-radius:20px; font-size:.78rem; font-weight:500; background:#f1f5f9; color:var(--text-gray); text-decoration:none; transition:all .15s; }
.bl-cat-pill:hover,.bl-cat-pill.active { background:var(--primary); color:#fff; }
.bl-card { display:flex; flex-direction:column; background:#fff; border-radius:14px; box-shadow:var(--card-shadow); overflow:hidden; text-decoration:none; color:inherit; transition:transform .2s,box-shadow .2s; height:100%; }
.bl-card:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,.1); }
.bl-card-img { position:relative; aspect-ratio:16/9; overflow:hidden; flex-shrink:0; }
.bl-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.bl-card:hover .bl-card-img img { transform:scale(1.05); }
.bl-card-img-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#e0eaff,#f0f7ff); display:flex; align-items:center; justify-content:center; font-size:2.5rem; color:#93c5fd; }
.bl-cat-badge { position:absolute; top:10px; left:10px; background:var(--primary); color:#fff; font-size:.68rem; font-weight:700; padding:3px 9px; border-radius:20px; }
.bl-card-body { padding:16px; flex:1; display:flex; flex-direction:column; }
.bl-card-title { font-family:"Prompt",sans-serif; font-weight:700; font-size:.92rem; color:var(--text-dark); margin:0 0 8px; line-height:1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.bl-card-excerpt { font-size:.78rem; color:var(--text-gray); margin:0 0 auto; line-height:1.5; flex:1; }
.bl-card-meta { display:flex; gap:12px; margin-top:12px; font-size:.7rem; color:#94a3b8; }

/* ── ARTICLE DETAIL ─────────────────────────────────────────────────────────── */
.ar-hero { background:linear-gradient(135deg,var(--primary) 0%,#1565c0 100%); padding:28px 0 32px; color:#fff; }
.ar-hero h1 { font-family:"Prompt",sans-serif; font-weight:700; font-size:clamp(1.2rem,2.5vw,1.8rem); margin:8px 0 10px; line-height:1.4; }
.ar-cat-badge { display:inline-block; background:rgba(255,255,255,.2); color:#fff; font-size:.72rem; font-weight:700; padding:3px 10px; border-radius:20px; margin-bottom:8px; }
.ar-meta { display:flex; gap:14px; font-size:.78rem; color:rgba(255,255,255,.75); flex-wrap:wrap; }
.ar-body { padding:32px 0 60px; }
.ar-content { font-size:.95rem; line-height:1.85; color:#1e293b; }
.ar-content h2 { font-family:"Prompt",sans-serif; font-weight:700; font-size:1.25rem; color:var(--text-dark); margin:28px 0 12px; }
.ar-content h3 { font-family:"Prompt",sans-serif; font-weight:600; font-size:1.05rem; color:var(--text-dark); margin:22px 0 10px; }
.ar-content p  { margin:0 0 16px; }
.ar-content ul,.ar-content ol { margin:0 0 16px; padding-left:24px; }
.ar-content li { margin-bottom:6px; }
.ar-content strong { color:var(--text-dark); }
.ar-content blockquote { border-left:4px solid var(--primary); margin:0 0 16px; padding:10px 16px; background:#f0f7ff; border-radius:0 8px 8px 0; color:#1e40af; }
.ar-content img { max-width:100%; height:auto; border-radius:8px; margin:16px 0; display:block; box-shadow:0 2px 12px rgba(0,0,0,.08); }
.ar-search-strip { background:rgba(0,0,0,.18); padding:16px 0 20px; margin-top:20px; }
.ar-share { display:flex; align-items:center; gap:10px; flex-wrap:wrap; padding:20px 0; border-top:1px solid #f0f4f8; margin-top:28px; }
.ar-share-label { font-size:.8rem; color:var(--text-gray); font-weight:600; }
.ar-share-btn { display:inline-flex; align-items:center; gap:5px; padding:7px 14px; border-radius:8px; font-size:.78rem; font-weight:500; text-decoration:none; cursor:pointer; border:none; }
.ar-share-fb   { background:#1877f2; color:#fff; }
.ar-share-line { background:#06c755; color:#fff; }
.ar-share-copy { background:#f1f5f9; color:var(--text-dark); }
.ar-related { margin-top:32px; }
.ar-related-title { font-family:"Prompt",sans-serif; font-weight:700; font-size:1rem; color:var(--text-dark); margin-bottom:16px; }
.ar-related-card { display:block; text-decoration:none; color:inherit; }
.ar-related-card img,.ar-related-img-ph { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:10px; margin-bottom:8px; background:#f1f5f9; display:flex; align-items:center; justify-content:center; color:#93c5fd; font-size:2rem; }
.ar-related-name { font-size:.8rem; font-weight:600; color:var(--text-dark); line-height:1.4; }
