  :root {
    --sun: #F4A912;
    --sun-deep: #E8880A;
    --sun-glow: #FFD166;
    --sky: #0A1628;
    --sky-mid: #0D2045;
    --sky-light: #112859;
    --ocean: #0E7490;
    --ocean-bright: #06B6D4;
    --accent: #F97316;
    --white: #FAFAF9;
    --gray-100: #F1EFEB;
    --gray-400: #9B9689;
    --gray-600: #6B665C;
    --success: #10B981;
    --telegram: #229ED9;
    /* EASY App TH brand colors */
    --easy-orange: #F97316;
    --easy-blue: #06B6D4;
    --easy-blue-deep: #3B82F6;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Sarabun', sans-serif;
    background: var(--sky);
    color: var(--white);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
  }

  /* ─── BRAND LOGO SVG (shared) ─── */
  .brand-svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* ─── HEADER ─── */
  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(10,22,40,0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(244,169,18,0.15);
  }

  .nav-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between;
    height: 70px;
  }

  .logo {
    display: flex; align-items: center; gap: 12px;
    text-decoration: none;
  }

  .logo-icon {
    width: 48px; height: 48px;
    background-color: #FFFFFF;
    background-image: url('/easyappth_logo.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 152%;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(244,169,18,0.35), 0 0 0 1px rgba(244,169,18,0.18);
    animation: pulse-logo 3s ease-in-out infinite;
    flex-shrink: 0;
  }

  @keyframes pulse-logo {
    0%,100% { box-shadow: 0 4px 18px rgba(244,169,18,0.35), 0 0 0 1px rgba(244,169,18,0.18); }
    50% { box-shadow: 0 4px 30px rgba(244,169,18,0.6), 0 0 0 1px rgba(244,169,18,0.32); }
  }

  .logo-text { font-family: 'Kanit', sans-serif; line-height: 1.1; }
  .logo-text .main {
    font-size: 19px; font-weight: 800;
    background: linear-gradient(90deg, var(--easy-orange) 0%, #FBBF24 33%, var(--easy-blue) 66%, #A855F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1.5px;
  }
  .logo-text .sub {
    font-size: 9.5px; font-weight: 400; color: var(--gray-400);
    letter-spacing: 2.5px; text-transform: uppercase; margin-top: 2px;
  }

  .nav-links {
    display: flex; align-items: center; gap: 28px; list-style: none;
  }

  .nav-links a {
    color: var(--gray-400); text-decoration: none;
    font-family: 'Kanit', sans-serif; font-size: 14px; font-weight: 400;
    letter-spacing: 0.5px;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--sun); }

  .btn-contact {
    background: linear-gradient(135deg, var(--sun), var(--accent));
    color: var(--sky) !important;
    padding: 9px 22px; border-radius: 8px;
    font-weight: 600 !important; font-size: 13px !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
    box-shadow: 0 4px 15px rgba(244,169,18,0.3);
  }
  .btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(244,169,18,0.5) !important;
  }

  .hamburger {
    display: none; flex-direction: column; gap: 5px; cursor: pointer;
    background: none; border: none; padding: 8px;
  }
  .hamburger span {
    width: 24px; height: 2px;
    background: var(--sun);
    border-radius: 2px;
    transition: all 0.3s;
  }

  .mobile-menu {
    display: none; position: fixed; top: 70px; left: 0; right: 0;
    background: rgba(10,22,40,0.98); backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 24px; flex-direction: column; gap: 18px;
    border-bottom: 1px solid rgba(244,169,18,0.15);
    z-index: 999;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: var(--gray-400); text-decoration: none; font-family: 'Kanit', sans-serif; font-size: 16px; padding: 6px 0; }
  .mobile-menu a:hover { color: var(--sun); }

  /* ─── HERO ─── */
  .hero {
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
    padding: 60px 24px 80px;
  }

  .hero-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(244,169,18,0.12) 0%, transparent 70%),
      radial-gradient(ellipse 40% 40% at 80% 80%, rgba(6,182,212,0.08) 0%, transparent 60%),
      linear-gradient(180deg, #0A1628 0%, #0D2045 50%, #0A1628 100%);
  }

  .hero-grid {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(244,169,18,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(244,169,18,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 0%, transparent 100%);
  }

  .floating-orb {
    position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none;
  }
  .orb-1 { width: 400px; height: 400px; background: rgba(244,169,18,0.06); top: -100px; right: -100px; animation: float1 8s ease-in-out infinite; }
  .orb-2 { width: 300px; height: 300px; background: rgba(6,182,212,0.06); bottom: 0; left: -100px; animation: float2 10s ease-in-out infinite; }
  .orb-3 { width: 200px; height: 200px; background: rgba(249,115,22,0.05); top: 40%; left: 40%; animation: float3 6s ease-in-out infinite; }

  @keyframes float1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-30px,40px)} }
  @keyframes float2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(40px,-30px)} }
  @keyframes float3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-20px,20px)} }

  .hero-content { position: relative; z-index: 1; text-align: center; max-width: 900px; }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(244,169,18,0.1); border: 1px solid rgba(244,169,18,0.25);
    border-radius: 100px; padding: 6px 16px; margin-bottom: 32px;
    font-family: 'IBM Plex Mono', monospace; font-size: 11px;
    color: var(--sun-glow); letter-spacing: 2px;
    animation: fade-up 0.8s ease both;
  }

  .badge-dot { width: 6px; height: 6px; background: var(--sun); border-radius: 50%; animation: blink 2s ease infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

  .hero-title {
    font-family: 'Kanit', sans-serif;
    font-size: clamp(38px, 8vw, 88px);
    font-weight: 900; line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 16px;
    animation: fade-up 0.8s 0.1s ease both;
  }

  .hero-title .line1 { display: block; color: var(--white); }
  .hero-title .line2 {
    display: block;
    background: linear-gradient(90deg, var(--sun), var(--sun-glow), var(--accent));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-sub {
    font-size: clamp(15px, 2.5vw, 19px); font-weight: 300;
    color: var(--gray-400); line-height: 1.7;
    margin-bottom: 48px; max-width: 640px; margin-left: auto; margin-right: auto;
    animation: fade-up 0.8s 0.2s ease both;
  }

  .hero-cta {
    display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px;
    animation: fade-up 0.8s 0.3s ease both;
  }

  .btn-primary {
    background: linear-gradient(135deg, var(--sun), var(--accent));
    color: var(--sky); font-family: 'Kanit', sans-serif;
    font-size: 15px; font-weight: 700; padding: 16px 36px;
    border-radius: 12px; border: none; cursor: pointer;
    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
    box-shadow: 0 8px 30px rgba(244,169,18,0.35);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(244,169,18,0.5); }

  .btn-secondary {
    background: transparent; border: 1.5px solid rgba(255,255,255,0.2);
    color: var(--white); font-family: 'Kanit', sans-serif;
    font-size: 15px; font-weight: 500; padding: 16px 36px;
    border-radius: 12px; cursor: pointer;
    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
  }
  .btn-secondary:hover { border-color: var(--sun); color: var(--sun); background: rgba(244,169,18,0.05); }

  .hero-stats {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 48px;
    margin-top: 72px; padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,0.06);
    animation: fade-up 0.8s 0.4s ease both;
  }

  .stat-item { text-align: center; }
  .stat-num {
    font-family: 'Kanit', sans-serif; font-size: 32px; font-weight: 900;
    background: linear-gradient(135deg, var(--sun), var(--sun-glow));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  }
  .stat-label { font-size: 13px; color: var(--gray-400); margin-top: 4px; }

  @keyframes fade-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

  /* ─── SECTION BASE ─── */
  section { padding: 100px 24px; }
  .section-inner { max-width: 1280px; margin: 0 auto; }

  .section-tag {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'IBM Plex Mono', monospace; font-size: 11px;
    color: var(--sun); letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 16px;
  }
  .section-tag::before { content: ''; width: 20px; height: 1px; background: var(--sun); }

  .section-title {
    font-family: 'Kanit', sans-serif;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800; line-height: 1.15;
    margin-bottom: 16px;
  }

  .section-desc {
    font-size: 16px; color: var(--gray-400); line-height: 1.7; max-width: 560px;
  }

  /* ─── FEATURES ─── */
  .features { background: linear-gradient(180deg, var(--sky) 0%, var(--sky-mid) 50%, var(--sky) 100%); }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px; margin-top: 64px;
  }

  .feature-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px; padding: 32px;
    position: relative; overflow: hidden;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
    cursor: default;
  }

  .feature-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--sun), transparent);
    opacity: 0; transition: opacity 0.3s;
  }

  .feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(244,169,18,0.2);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  }
  .feature-card:hover::before { opacity: 1; }

  .feature-icon {
    width: 56px; height: 56px;
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    font-size: 26px; margin-bottom: 20px;
  }

  .ic-gold { background: rgba(244,169,18,0.12); }
  .ic-blue { background: rgba(6,182,212,0.12); }
  .ic-orange { background: rgba(249,115,22,0.12); }
  .ic-green { background: rgba(16,185,129,0.12); }
  .ic-tele { background: rgba(34,158,217,0.12); }
  .ic-purple { background: rgba(139,92,246,0.12); }

  .feature-title { font-family: 'Kanit', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
  .feature-desc { font-size: 14px; color: var(--gray-400); line-height: 1.7; }

  /* ─── TELEGRAM SECTION ─── */
  .telegram-section {
    background: linear-gradient(135deg, rgba(34,158,217,0.08), rgba(10,22,40,0));
    border-top: 1px solid rgba(34,158,217,0.1);
    border-bottom: 1px solid rgba(34,158,217,0.1);
  }

  .telegram-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 56px; align-items: center;
  }

  /* TWO PHONE FRAMES SIDE-BY-SIDE */
  .telegram-visual {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .phone-label {
    font-family: 'Kanit', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--sun);
    letter-spacing: 1.5px;
    padding: 4px 12px;
    background: rgba(244,169,18,0.08);
    border: 1px solid rgba(244,169,18,0.25);
    border-radius: 100px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .phone-frame {
    width: 240px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 32px;
    padding: 16px 12px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  }

  .phone-notch {
    width: 70px; height: 18px;
    background: rgba(255,255,255,0.06);
    border-radius: 100px; margin: 0 auto 12px;
  }

  .phone-header {
    display: flex; align-items: center; justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: var(--telegram);
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 0 4px;
  }

  .phone-screen {
    display: flex; flex-direction: column; gap: 8px;
  }

  .chat-message {
    background: rgba(34,158,217,0.15); border: 1px solid rgba(34,158,217,0.22);
    border-radius: 14px 14px 14px 4px;
    padding: 10px 12px;
    animation: message-in 0.5s ease both;
  }
  .phone-frame .chat-message:nth-child(2) { animation-delay: 0.3s; opacity: 0; }

  @keyframes message-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .msg-header {
    display: flex; align-items: center; gap: 6px; margin-bottom: 7px;
  }
  .tele-icon { font-size: 14px; }
  .msg-app-name {
    font-family: 'Kanit', sans-serif; font-size: 10.5px; font-weight: 700;
    color: var(--telegram);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    flex: 1; min-width: 0;
  }
  .msg-time { font-size: 9.5px; color: var(--gray-600); flex-shrink: 0; }
  .msg-body {
    font-size: 11.5px;
    line-height: 1.55;
    color: var(--gray-100);
    word-break: break-word;
  }
  .msg-body strong { color: var(--white); font-weight: 700; }

  .tele-features { list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
  .tele-feature {
    display: flex; align-items: flex-start; gap: 14px;
  }
  .tele-check {
    width: 22px; height: 22px; flex-shrink: 0;
    background: rgba(34,158,217,0.15); border: 1px solid rgba(34,158,217,0.3);
    border-radius: 6px; display: flex; align-items: center; justify-content: center;
    font-size: 12px; margin-top: 2px; color: var(--telegram);
  }
  .tele-feature-text { font-size: 14px; color: var(--gray-400); line-height: 1.6; }
  .tele-feature-text strong { color: var(--white); font-weight: 600; }

  /* Telegram responsive breakpoints */
  @media (max-width: 1080px) {
    .telegram-inner {
      grid-template-columns: 1fr;
      gap: 48px;
    }
  }

  @media (max-width: 540px) {
    .telegram-visual { gap: 24px; }
    .phone-frame { width: 100%; max-width: 320px; }
  }

  /* ─── DEMO: PARCEL APP ─── */
  .demo-section { background: var(--sky-mid); }

  .demo-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 48px; }

  .demo-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(249,115,22,0.1); border: 1px solid rgba(249,115,22,0.25);
    border-radius: 8px; padding: 6px 14px;
    font-family: 'IBM Plex Mono', monospace; font-size: 10px;
    color: var(--accent); letter-spacing: 2px; margin-bottom: 12px;
  }

  .menu-count {
    font-family: 'Kanit', sans-serif; font-size: 15px; color: var(--gray-400);
  }
  .menu-count span { font-size: 28px; font-weight: 900; color: var(--sun); }

  /* ─── DEMO TAB SYSTEM ─── */
  .demo-tabs {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
  }
  .dtab {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    color: var(--gray-400); font-family: 'Kanit', sans-serif; font-size: 12px; font-weight: 500;
    padding: 8px 16px; border-radius: 8px; cursor: pointer; transition: all 0.2s;
    white-space: nowrap;
  }
  .dtab:hover { background: rgba(244,169,18,0.08); border-color: rgba(244,169,18,0.25); color: var(--sun); }
  .dtab.on { background: linear-gradient(135deg, rgba(244,169,18,0.18), rgba(249,115,22,0.1)); border-color: rgba(244,169,18,0.4); color: var(--sun); box-shadow: 0 2px 12px rgba(244,169,18,0.2); }

  .dpanel { display: none; }
  .dpanel.on { display: block; animation: fade-up 0.25s ease both; }

  .dpanel-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  }
  @media(max-width: 900px) { .dpanel-grid { grid-template-columns: 1fr; } }

  .dinfo-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px; padding: 24px;
  }
  .dinfo-title {
    font-family: 'Kanit', sans-serif; font-size: 16px; font-weight: 700;
    color: var(--sun); margin-bottom: 10px;
  }
  .dinfo-desc {
    font-size: 13px; color: var(--gray-400); line-height: 1.7; margin-bottom: 20px;
  }
  .dinfo-sections { display: flex; flex-direction: column; gap: 16px; }
  .dsec-title {
    font-family: 'Kanit', sans-serif; font-size: 12px; font-weight: 700;
    color: var(--white); margin-bottom: 8px; letter-spacing: 0.3px;
  }
  .dfield-list { list-style: none; display: flex; flex-direction: column; gap: 5px; }
  .dfield-list li { font-size: 12.5px; color: var(--gray-400); padding-left: 10px; position: relative; line-height: 1.5; }
  .dfield-list li::before { content: '·'; position: absolute; left: 0; color: var(--sun); }
  .dfield-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .dfield {
    display: flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 7px; padding: 6px 10px; font-size: 12px; color: var(--gray-400);
  }
  .dfield-icon { font-size: 13px; flex-shrink: 0; }

  .dpreview {
    background: rgba(10,22,40,0.6); border: 1px solid rgba(244,169,18,0.12);
    border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 16px;
  }
  .dpreview-title {
    font-family: 'IBM Plex Mono', monospace; font-size: 10px;
    color: var(--sun); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px;
  }
  .dmini-table { border: 1px solid rgba(185,28,28,0.25); border-radius: 8px; overflow: hidden; }
  .dmini-head, .dmini-row { display: flex; gap: 0; }
  .dmini-head span, .dmini-row span {
    flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    padding: 6px 8px; font-size: 11px;
  }
  .dmini-head { background: linear-gradient(135deg, rgba(59,10,10,0.9), rgba(90,14,14,0.8)); }
  .dmini-head span { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; color: var(--gray-400); text-transform: uppercase; font-weight: 700; }
  .dmini-row { border-top: 1px solid rgba(185,28,28,0.1); }
  .dmini-row:hover { background: rgba(185,28,28,0.07); }
  .dmuted { color: var(--gray-400) !important; }
  .dgreen { color: var(--success) !important; }
  .dred { color: var(--r3, #d93030) !important; }
  .dyellow { color: var(--sun) !important; }
  .dorange { color: var(--accent) !important; }
  .dblue { color: #38bdf8 !important; }
  .dpp { color: #a78bfa !important; }
  em.pill-g { background: rgba(16,185,129,.13); color: #34d399; border: 1px solid rgba(16,185,129,.28); border-radius: 100px; padding: 1px 6px; font-style: normal; font-size: 10px; font-weight: 700; }
  em.pill-r { background: rgba(220,38,38,.14); color: #d93030; border: 1px solid rgba(220,38,38,.28); border-radius: 100px; padding: 1px 6px; font-style: normal; font-size: 10px; font-weight: 700; }
  em.pill-a { background: rgba(251,146,60,.13); color: #fb923c; border: 1px solid rgba(251,146,60,.28); border-radius: 100px; padding: 1px 6px; font-style: normal; font-size: 10px; font-weight: 700; }
  em.pill-d { background: rgba(255,255,255,.06); color: rgba(255,240,240,.55); border: 1px solid rgba(255,255,255,.1); border-radius: 100px; padding: 1px 6px; font-style: normal; font-size: 10px; font-weight: 700; }
  em.pill-s { background: rgba(56,189,248,.12); color: #38bdf8; border: 1px solid rgba(56,189,248,.26); border-radius: 100px; padding: 1px 6px; font-style: normal; font-size: 10px; font-weight: 700; }

  .dmini-stat-row { display: flex; gap: 10px; }
  .dmini-stat { flex: 1; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; padding: 10px; text-align: center; }
  .dms-v { font-family: 'Kanit', sans-serif; font-size: 15px; font-weight: 800; }
  .dms-l { font-size: 10px; color: var(--gray-400); margin-top: 3px; }

  .dmodal-preview {
    background: rgba(5,3,3,0.7); border: 1px solid rgba(185,28,28,0.25);
    border-radius: 10px; padding: 12px;
  }
  .dmodal-title {
    font-family: 'Kanit', sans-serif; font-size: 11px; font-weight: 700;
    color: var(--sun); margin-bottom: 8px;
  }
  .dmodal-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 4px 0; border-bottom: 1px solid rgba(185,28,28,0.08);
    font-size: 11px;
  }
  .dmodal-row:last-child { border-bottom: none; }
  .dmodal-row span:first-child { color: var(--gray-400); }

  /* ─── TECH STACK ─── */
  .tech-section { background: var(--sky); }

  .tech-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; margin-top: 56px;
  }

  .tech-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px; padding: 24px 16px; text-align: center;
    transition: all 0.2s;
  }
  .tech-card:hover {
    background: rgba(255,255,255,0.06); border-color: rgba(244,169,18,0.2);
    transform: translateY(-4px);
  }
  .tech-logo { font-size: 32px; margin-bottom: 10px; }
  .tech-name { font-family: 'Kanit', sans-serif; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
  .tech-desc { font-size: 11px; color: var(--gray-400); }

  /* ─── PRICING ─── */
  .pricing-section { background: linear-gradient(180deg, var(--sky-mid), var(--sky)); }

  .pricing-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px; margin-top: 64px; align-items: start;
  }
  @media(max-width: 1200px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
  @media(max-width: 640px)  { .pricing-grid { grid-template-columns: 1fr; } }

  .price-original {
    font-size: 12px; color: var(--gray-600);
    text-decoration: line-through; margin-bottom: 2px;
  }
  .price-badge-save {
    display: inline-block; background: rgba(249,115,22,0.15);
    border: 1px solid rgba(249,115,22,0.35); border-radius: 6px;
    padding: 2px 8px; font-size: 11px; font-weight: 700;
    color: var(--accent); margin-left: 6px; vertical-align: middle;
  }
  .price-bonus {
    background: rgba(244,169,18,0.06); border: 1px solid rgba(244,169,18,0.18);
    border-radius: 10px; padding: 12px 14px; margin-bottom: 20px;
  }
  .price-bonus-title {
    font-family: 'Kanit', sans-serif; font-size: 11px; font-weight: 700;
    color: var(--sun); letter-spacing: 1px; margin-bottom: 8px;
  }
  .price-bonus ul { list-style: none; display: flex; flex-direction: column; gap: 5px; }
  .price-bonus ul li {
    font-size: 12px; color: var(--sun-glow); display: flex; gap: 7px; line-height: 1.5;
  }
  .price-bonus ul li::before { content: '🎁'; flex-shrink: 0; }

  .price-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px; padding: 36px 28px; position: relative; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .price-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }

  .price-card.popular {
    border-color: rgba(244,169,18,0.4);
    background: linear-gradient(135deg, rgba(244,169,18,0.06), rgba(249,115,22,0.04));
  }

  .popular-badge {
    position: absolute; top: 20px; right: 20px;
    background: linear-gradient(135deg, var(--sun), var(--accent));
    color: var(--sky); font-family: 'Kanit', sans-serif; font-size: 11px; font-weight: 700;
    padding: 4px 12px; border-radius: 100px; letter-spacing: 1px;
  }

  .price-tier {
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    font-size: 22px; font-weight: 800;
    color: var(--sky);
    background: linear-gradient(135deg, var(--sun), var(--accent));
    padding: 8px 22px; border-radius: 12px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    box-shadow: 0 4px 15px rgba(244,169,18,0.3);
  }
  .price-name { font-family: 'Kanit', sans-serif; font-size: 22px; font-weight: 800; margin-bottom: 8px; }
  .price-desc { font-size: 13px; color: var(--gray-100); margin-bottom: 28px; line-height: 1.6; }

  .price-amount {
    margin-bottom: 28px;
    padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .price-from { font-size: 12px; color: var(--gray-400); }
  .price-num {
    font-family: 'Kanit', sans-serif; font-size: 34px; font-weight: 900;
    color: var(--sun);
  }
  .price-unit { font-size: 13px; color: var(--gray-400); }

  .price-features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
  .price-features li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 13.5px; color: var(--gray-100); line-height: 1.5;
  }
  .price-features li::before { content: '✓'; color: var(--sun); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

  .btn-price {
    display: block; text-align: center; width: 100%;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
    color: var(--white); font-family: 'Kanit', sans-serif; font-size: 15px; font-weight: 600;
    padding: 14px; border-radius: 12px; cursor: pointer; text-decoration: none;
    transition: all 0.2s;
  }
  .btn-price:hover { background: rgba(255,255,255,0.1); }

  .btn-price.gold {
    background: linear-gradient(135deg, var(--sun), var(--accent));
    color: var(--sky); border-color: transparent;
    box-shadow: 0 8px 25px rgba(244,169,18,0.3);
  }
  .btn-price.gold:hover { box-shadow: 0 12px 35px rgba(244,169,18,0.5); transform: translateY(-2px); }

  /* ─── PROCESS ─── */
  .process-section { background: var(--sky); }

  .process-steps {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0; margin-top: 64px; position: relative;
  }

  .process-step {
    position: relative; text-align: center; padding: 0 24px;
  }

  .process-step:not(:last-child)::after {
    content: '';
    position: absolute; top: 36px; right: -20px;
    width: 40px; height: 1px;
    background: linear-gradient(90deg, rgba(244,169,18,0.4), transparent);
  }

  .step-num {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, rgba(244,169,18,0.15), rgba(249,115,22,0.08));
    border: 1px solid rgba(244,169,18,0.25);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-family: 'Kanit', sans-serif; font-size: 24px; font-weight: 900;
    color: var(--sun); margin: 0 auto 20px;
  }

  .step-title { font-family: 'Kanit', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
  .step-desc { font-size: 13px; color: var(--gray-400); line-height: 1.6; }

  /* ─── CTA SECTION ─── */
  .cta-section {
    background: linear-gradient(135deg, rgba(244,169,18,0.08), rgba(249,115,22,0.04));
    border-top: 1px solid rgba(244,169,18,0.1);
    border-bottom: 1px solid rgba(244,169,18,0.1);
    text-align: center;
  }

  .cta-title {
    font-family: 'Kanit', sans-serif; font-size: clamp(26px, 5vw, 52px);
    font-weight: 900; margin-bottom: 16px; line-height: 1.2;
  }

  .cta-title span {
    background: linear-gradient(90deg, var(--sun), var(--sun-glow), var(--accent));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  }

  .cta-sub { font-size: 16px; color: var(--gray-400); margin-bottom: 40px; }

  .contact-grid {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 48px;
  }

  .contact-card {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px; padding: 20px 28px;
    display: flex; align-items: center; gap: 14px;
    transition: all 0.2s; text-decoration: none; color: var(--white);
    min-width: 200px;
  }
  .contact-card:hover { border-color: rgba(244,169,18,0.3); background: rgba(244,169,18,0.05); transform: translateY(-3px); }
  .contact-icon { font-size: 28px; }
  .contact-info-label { font-size: 11px; color: var(--gray-400); letter-spacing: 1px; }
  .contact-info-val { font-family: 'Kanit', sans-serif; font-size: 15px; font-weight: 600; }

  /* ─── FOOTER ─── */
  footer {
    background: rgba(5, 12, 25, 0.95);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 64px 24px 32px;
  }

  .footer-inner { max-width: 1280px; margin: 0 auto; }

  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
    padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .footer-brand .logo { margin-bottom: 16px; }
  .footer-brand p { font-size: 13px; color: var(--gray-400); line-height: 1.7; max-width: 320px; }

  .footer-social { display: flex; gap: 10px; margin-top: 20px; }
  .social-btn {
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px; display: flex; align-items: center; justify-content: center;
    font-size: 16px; text-decoration: none; transition: all 0.2s;
  }
  .social-btn:hover { background: rgba(244,169,18,0.1); border-color: rgba(244,169,18,0.3); }

  .footer-col-title {
    font-family: 'Kanit', sans-serif; font-size: 14px; font-weight: 700;
    color: var(--white); margin-bottom: 20px; letter-spacing: 0.5px;
  }

  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a {
    font-size: 13px; color: var(--gray-400); text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: var(--sun); }

  .footer-bottom {
    padding-top: 32px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  }

  .footer-copy { font-size: 12px; color: var(--gray-600); }
  .footer-copy span {
    background: linear-gradient(90deg, var(--easy-orange), #FBBF24, var(--easy-blue), #A855F7);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    font-weight: 700;
  }

  .footer-powered {
    font-family: 'IBM Plex Mono', monospace; font-size: 11px;
    color: var(--gray-600); display: flex; align-items: center; gap: 6px;
  }
  .powered-dot { width: 6px; height: 6px; background: var(--success); border-radius: 50%; animation: blink 2s ease infinite; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 960px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .process-step:not(:last-child)::after { display: none; }
  }

  @media (max-width: 640px) {
    section { padding: 64px 18px; }
    .nav-inner { padding: 0 18px; }
    .hero { padding: 110px 18px 60px; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: 28px; margin-top: 48px; padding-top: 36px; }
    .stat-num { font-size: 26px; }
    .process-steps { gap: 32px; }
    .features-grid { gap: 16px; margin-top: 40px; }
    .feature-card { padding: 24px 22px; }
    .pricing-grid { gap: 16px; margin-top: 40px; }
    .price-card { padding: 28px 22px; }
    .btn-primary, .btn-secondary { padding: 14px 28px; font-size: 14px; }
    .logo-text .main { font-size: 17px; letter-spacing: 1px; }
    .logo-text .sub { font-size: 9px; letter-spacing: 2px; }
    .logo-icon { width: 42px; height: 42px; }
    .demo-header { margin-bottom: 32px; }
    .menu-count span { font-size: 24px; }
    .dtab { padding: 7px 12px; font-size: 11.5px; }
    footer { padding: 48px 18px 24px; }
    .footer-bottom { justify-content: center; text-align: center; }
  }

  @media (max-width: 420px) {
    .hero-title { font-size: clamp(32px, 11vw, 48px); }
    .hero-stats { gap: 22px; }
    .stat-num { font-size: 22px; }
    .stat-label { font-size: 11px; }
    .contact-card { min-width: 0; width: 100%; max-width: 320px; padding: 16px 22px; }
  }

  /* ─── SCROLL REVEAL ─── */
  .reveal {
    opacity: 0; transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── PAGE NAV (เมนูเลือกระบบ) ─── */
.page-nav {
  position: sticky; top: 70px; z-index: 900;
  margin-top: 70px;
  background: rgba(10,22,40,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(244,169,18,0.15);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-nav-inner {
  display: flex; gap: 10px;
  padding: 12px 24px;
  width: max-content;
  min-width: 100%;
  justify-content: center;
}
.pbtn {
  flex-shrink: 0;
  font-family: 'Kanit', sans-serif;
  font-size: 14px; font-weight: 600;
  color: var(--gray-100);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 9px 20px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.pbtn:hover { border-color: rgba(244,169,18,0.4); color: var(--sun); }
.pbtn.on {
  background: linear-gradient(135deg, var(--sun), var(--accent));
  color: var(--sky);
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(244,169,18,0.35);
}

/* ─── HERO SHOWCASE IMAGES ─── */
.hero-showcase {
  position: relative; z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 8px;
}
.hero-showcase .shot {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(244,169,18,0.35);
  background: rgba(13,32,69,0.6);
  padding: 8px;
  box-shadow:
    0 10px 40px rgba(0,0,0,0.5),
    0 0 0 1px rgba(244,169,18,0.12),
    0 0 45px rgba(244,169,18,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-showcase .shot:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 55px rgba(0,0,0,0.6),
    0 0 0 1px rgba(244,169,18,0.3),
    0 0 60px rgba(244,169,18,0.25);
}
.hero-showcase .shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .hero-showcase { gap: 20px; }
}

/* ─── COMPARE TABLE ─── */
.compare-section {
  padding: 100px 24px;
  background: var(--sky);
}
.compare-wrap {
  max-width: 1100px;
  margin: 48px auto 0;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(244,169,18,0.2);
  background: rgba(17,40,89,0.35);
  -webkit-overflow-scrolling: touch;
}
.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}
.compare-table th, .compare-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(244,169,18,0.1);
}
.compare-table th {
  font-family: 'Kanit', sans-serif;
  background: rgba(10,22,40,0.7);
  color: var(--white);
  font-size: 17px; font-weight: 600;
  white-space: nowrap;
}
.compare-table th small {
  display: block;
  font-weight: 400; font-size: 12px;
  color: var(--gray-400);
  margin-top: 2px;
}
.compare-table th.col-popular {
  position: relative;
  color: var(--sun);
  background: linear-gradient(180deg, rgba(244,169,18,0.25), rgba(244,169,18,0.12));
  box-shadow: inset 0 2px 0 var(--sun);
}
.best-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--sun), var(--accent));
  color: var(--sky);
  font-size: 10px; font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.compare-table td:first-child {
  text-align: left;
  color: var(--gray-100);
  font-weight: 500;
  min-width: 220px;
}
.compare-table td { color: var(--gray-100); }
.compare-table td.col-popular { background: rgba(244,169,18,0.09); }
.compare-table tr:hover td { background: rgba(244,169,18,0.04); }
.compare-table tr:hover td.col-popular { background: rgba(244,169,18,0.14); }
.compare-table .yes { color: var(--success); font-size: 16px; font-weight: 700; }
.compare-table .no { color: rgba(155,150,137,0.35); font-size: 15px; }
.compare-table .val { color: var(--sun); font-weight: 600; }
.compare-table .row-group td {
  background: rgba(244,169,18,0.08) !important;
  font-family: 'Kanit', sans-serif;
  font-weight: 600; font-size: 13px;
  color: var(--sun);
  text-align: left;
  letter-spacing: 0.5px;
}
.compare-table .row-price td {
  border-bottom: none;
  padding: 18px 16px;
}
.compare-table .row-price .price-val {
  font-family: 'Kanit', sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--white);
}
.compare-table .row-price .price-val small {
  font-size: 11px; font-weight: 400;
  color: var(--gray-400);
  display: block;
}
.compare-hint {
  display: none;
  text-align: center;
  font-size: 12px;
  color: var(--gray-400);
  margin-top: 12px;
}
.compare-note {
  text-align: center;
  margin-top: 20px;
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
  color: var(--gray-100);
}
.compare-note strong { color: var(--sun); }
@media (max-width: 768px) {
  .compare-section { padding: 70px 16px; }
  .compare-hint { display: block; }
}

/* ─── FAQ ─── */
.faq-section {
  padding: 100px 24px;
  background: linear-gradient(180deg, var(--sky) 0%, var(--sky-mid) 100%);
}
.faq-list {
  max-width: 800px;
  margin: 48px auto 0;
  display: flex; flex-direction: column; gap: 16px;
}
.faq-item {
  background: rgba(17,40,89,0.4);
  border: 1px solid rgba(244,169,18,0.15);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item[open] { border-color: rgba(244,169,18,0.4); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  font-family: 'Kanit', sans-serif;
  font-size: 16px; font-weight: 600;
  color: var(--white);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--sun); }
.faq-item summary::after {
  content: '+';
  font-size: 24px; font-weight: 300;
  color: var(--sun);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer {
  padding: 0 24px 22px;
  font-size: 15px; line-height: 1.8;
  color: var(--gray-100);
}
.faq-answer strong { color: var(--sun); font-weight: 600; }
@media (max-width: 640px) {
  .faq-section { padding: 70px 20px; }
  .faq-item summary { padding: 16px 18px; font-size: 15px; }
  .faq-answer { padding: 0 18px 18px; font-size: 14px; }
}

/* ─── FLOATING BUTTONS ─── */
.float-btns {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 1100;
  display: flex; flex-direction: column; gap: 12px;
  align-items: flex-end;
}
.float-btn {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Kanit', sans-serif;
  font-size: 14px; font-weight: 700;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 100px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.float-btn:hover { transform: translateY(-3px); }
.float-btn .fb-icon { font-size: 18px; line-height: 1; }
.float-btn.pkg {
  background: linear-gradient(135deg, var(--sun), var(--accent));
  color: var(--sky);
  animation: float-pulse 2.5s ease-in-out infinite;
}
.float-btn.pkg:hover { box-shadow: 0 12px 35px rgba(244,169,18,0.55); }
.float-btn.call {
  background: linear-gradient(135deg, #10B981, #059669);
  color: #FFFFFF;
}
.float-btn.call:hover { box-shadow: 0 12px 35px rgba(16,185,129,0.55); }
@keyframes float-pulse {
  0%, 100% { box-shadow: 0 8px 25px rgba(0,0,0,0.45), 0 0 0 0 rgba(244,169,18,0.5); }
  50% { box-shadow: 0 8px 25px rgba(0,0,0,0.45), 0 0 0 12px rgba(244,169,18,0); }
}
@media (max-width: 640px) {
  .float-btns { right: 14px; bottom: 14px; gap: 10px; }
  .float-btn { font-size: 13px; padding: 12px 16px; }
}

/* ─── หน้ากำลังพัฒนา ─── */
.dev-section {
  min-height: 60vh;
  display: flex; align-items: center; justify-content: center;
  padding: 100px 24px;
  text-align: center;
}
.dev-box { max-width: 560px; }
.dev-icon { font-size: 64px; margin-bottom: 20px; }
.dev-title {
  font-family: 'Kanit', sans-serif;
  font-size: 30px; font-weight: 800;
  color: var(--white); margin-bottom: 14px;
}
.dev-desc { font-size: 15px; color: var(--gray-100); line-height: 1.8; margin-bottom: 24px; }
.dev-badge {
  display: inline-block;
  font-family: 'Kanit', sans-serif;
  font-size: 15px; font-weight: 700;
  color: var(--sun);
  background: rgba(244,169,18,0.1);
  border: 1px dashed rgba(244,169,18,0.5);
  padding: 10px 26px; border-radius: 100px;
}
