    :root {
      --bg: #f7f8fc;
      --text: #121826;
      --muted: #5f6b85;
      --card: rgba(255,255,255,0.78);
      --line: rgba(18,24,38,0.08);
      --primary: #4f46e5;
      --primary-2: #7c3aed;
      --dark: #0f172a;
      --shadow: 0 20px 60px rgba(31, 41, 55, 0.12);
      --radius: 24px;
    }

.video-wrap {
    width: 100%;
	height: 360px;
    max-width: 360px;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}


    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans Thai", Arial, sans-serif;
      color: var(--text);
      min-height: 100vh;	  
	  background:
  radial-gradient(circle at top right, rgba(124,58,237,0.30), transparent 20%),
  radial-gradient(circle at left 20%, rgba(79,70,229,0.25), transparent 15%),
  linear-gradient(180deg, #ffffff 0%, #eef0ff 45%, #e0e7ff 100%);
	  
    }

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}
    .boximg {
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;   
  height: 300px;           
}
.boximg img{
  display:block;
  margin:0 auto;
  width:300px;
  max-width:300px;
  height:auto;
  padding: 10px;
}
   
    .container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .nav-wrap {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(14px);
      background: rgba(255,255,255,0.7);
      border-bottom: 1px solid rgba(18,24,38,0.06);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 76px;
      gap: 20px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: -0.03em;
      font-size: 1.1rem;
    }

    .brand-badge {
      width: 150px;
      height: 48px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      display: grid;
      place-items: center;
      color: white;
      font-size: 20px; 
      font-weight: 900; 
      box-shadow: 0 10px 25px rgba(79,70,229,0.28);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--muted);
      font-size: 0.96rem;
    }

    .nav-links a:hover { color: var(--text); }

    .nav-cta {
      width: 100px;
      height: 48px;
	  display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--dark);
      color: white;
      font-weight: 700;
    }

    .zodiac-menu {
      padding: 18px 0 0;
    }

    .zodiac-box {
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,0.76);
      border: 1px solid rgba(255,255,255,0.82);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .zodiac-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 16px;
      margin-bottom: 10px;
      flex-wrap: wrap;
    }

    .zodiac-head span {
      color: var(--primary);
      font-size: 0.92rem;
      font-weight: 800;
    }

    .zodiac-head h2 {
      margin: 0;
      font-size: clamp(0.95rem, 2vw, 1.35rem);
      line-height: 1.15;
      letter-spacing: -0.03em;
    }

    .zodiac-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 6px;
    }

    .zodiac-link {
      min-height: 72px;
      padding: 8px 5px;
      border-radius: 10px;
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,250,255,0.76));
      border: 1px solid rgba(79,70,229,0.1);
      display: grid;
      place-items: center;
      text-align: center;
      transition: 0.2s ease;
    }

    .zodiac-link:hover {
      transform: translateY(-2px);
      border-color: rgba(79,70,229,0.25);
      box-shadow: 0 14px 30px rgba(79,70,229,0.13);
    }

    .zodiac-symbol {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: white;
      font-size: 1.15rem;
      line-height: 1;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow: 0 10px 24px rgba(79,70,229,0.22);
    }

    .zodiac-link strong {
      display: block;
      margin-top: 4px;
      font-size: 0.86rem;
      line-height: 1.2;
    }

    .zodiac-link small {
      display: block;
      margin-top: 1px;
      color: var(--muted);
      font-size: 0.7rem;
      line-height: 1.2;
    }

    .hero {
      padding: 72px 0 54px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 42px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(79,70,229,0.1);
      border-radius: 999px;
      color: var(--primary);
      font-size: 0.92rem;
      font-weight: 700;
      box-shadow: 0 10px 25px rgba(15,23,42,0.05);
    }

    .hero h1 {
      margin: 18px 0 16px;
      font-size: clamp(1.7rem, 3.2vw, 3rem);
      line-height: 0.96;
      letter-spacing: -0.05em;
      max-width: 720px;
    }

    .hero p {
      margin: 0;
      font-size: 1.08rem;
      color: var(--muted);
      line-height: 1.8;
      max-width: 620px;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      margin-top: 28px;
      flex-wrap: wrap;
    }

    .btn {
      padding: 14px 18px;
      border-radius: 999px;
      font-weight: 800;
      letter-spacing: -0.01em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s ease;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      color: white;
      box-shadow: 0 12px 30px rgba(79,70,229,0.28);
    }

    .btn-primary3 {
      background: #1877F2;
      color: white;
      box-shadow: 0 12px 30px rgba(79,70,229,0.28);
    }

    .btn-primary2 {
      background: #00C300;
      color: white;
      box-shadow: 0 12px 30px rgba(79,70,229,0.28);
    }

    .btn-secondary {
      background: rgba(255,255,255,0.76);
      color: var(--text);
      border: 1px solid rgba(18,24,38,0.08);
    }

    .btn:hover { transform: translateY(-1px); }

    .hero-note {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      margin-top: 26px;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .hero-visual {
      position: relative;
      min-height: 560px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .glow {
      position: absolute;
      width: 430px;
      height: 430px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124,58,237,0.25), rgba(79,70,229,0.06), transparent 70%);
      filter: blur(12px);
    }

    .phone {
      position: relative;
      width: 340px;
      border-radius: 34px;
      padding: 14px;
      background: linear-gradient(180deg, #1d2440 0%, #10172b 100%);
      box-shadow: 0 28px 70px rgba(15,23,42,0.34);
      transform: rotate(-8deg);
    }

    .phone::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 110px;
      height: 18px;
      background: rgba(255,255,255,0.08);
      border-radius: 0 0 14px 14px;
    }

    .screen {
      border-radius: 24px;
      overflow: hidden;
      background:
        radial-gradient(circle at top, rgba(168,85,247,0.24), transparent 28%),
        linear-gradient(180deg, #10192f 0%, #131f39 52%, #0b1120 100%);
      min-height: 530px;
      padding: 26px 20px 22px;
      color: white;
    }
  
    .screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
    }
  
    .screen-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.85rem;
      opacity: 0.9;
      margin-bottom: 18px;
    }

    .chat-card {
      padding: 18px;
      border-radius: 22px;
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    }

    .chat-title {
      font-size: 1.05rem;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .chat-sub {
      color: rgba(255,255,255,0.72);
      font-size: 0.94rem;
      line-height: 1.65;
      margin-bottom: 18px;
    }

    .bubble {
      padding: 14px 16px;
      border-radius: 18px;
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 12px;
      max-width: 88%;
    }

    .bubble.user {
      margin-left: auto;
      background: rgba(255,255,255,0.12);
    }

    .bubble.bot {
      background: linear-gradient(135deg, rgba(124,58,237,0.9), rgba(79,70,229,0.82));
      box-shadow: 0 10px 24px rgba(124,58,237,0.26);
    }

    .orbit {
      position: absolute;
      inset: 44px;
      border: 1px solid rgba(124,58,237,0.15);
      border-radius: 50%;
      pointer-events: none;
    }

    .orbit::before,
    .orbit::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: linear-gradient(135deg, #c084fc, #818cf8);
      box-shadow: 0 0 20px rgba(192,132,252,0.8);
    }

    .orbit::before { top: 18%; left: 11%; }
    .orbit::after { bottom: 18%; right: 14%; }

    section {
      padding: 34px 0;
    }

    .section-head {
      max-width: 100%;
      margin-bottom: 24px;
    }

    .section-head span {
      font-weight: 700;
      color: var(--primary);
      font-size: 0.92rem;
    }

    .section-head h2 {
      margin: 0 0 10px;
      font-size: clamp(1.3rem, 2.4vw, 2rem);
      line-height: 1.02;
      letter-spacing: -0.04em;
    }

    .section-head p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
      font-size: 1rem;
    }

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

    .card {
      background: var(--card);
      border: 1px solid rgba(255,255,255,0.7);
      border-radius: var(--radius);
      padding: 24px;
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .icon {
      width: 120px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      color: white;
      font-weight: 800;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow: 0 12px 30px rgba(79,70,229,0.24);
    }

    .card h3 {
      margin: 0 0 10px;
      font-size: 1.15rem;
      letter-spacing: -0.02em;
    }

    .card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
      font-size: 0.98rem;
    }

    .feature-wide {
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .panel {
      background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,255,0.8));
      border: 1px solid rgba(18,24,38,0.06);
      border-radius: 30px;
      box-shadow: var(--shadow);
      padding: 28px;
    }

    .stat-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 20px;
    }

    .stat {
      padding: 18px;
      border-radius: 20px;
      background: rgba(79,70,229,0.05);
      border: 1px solid rgba(79,70,229,0.08);
    }

    .stat strong {
      display: block;
      font-size: 1.3rem;
      margin-bottom: 4px;
    }

    .stat span {
      color: var(--muted);
      font-size: 0.92rem;
    }

    .steps {
      display: grid;
      gap: 14px;
    }

    .warning-note {
      margin-top: 18px;
      color: var(--muted);
      line-height: 1.75;
      font-size: 0.95rem;
    }

    .warning-note strong {
      color: red;
    }

    .step {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding: 16px 0;
      border-bottom: 1px solid rgba(18,24,38,0.06);
    }

    .step:last-child { border-bottom: 0; }

    .step-no {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      font-weight: 800;
      color: white;
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
    }
    
	.cta-box2 {
      margin: 36px 0 64px;
      padding: 34px;
      border-radius: 34px;
      background: linear-gradient(135deg, #0f172a, #1e1b4b 56%, #4c1d95 100%);
      color: white;
      box-shadow: 0 26px 60px rgba(15,23,42,0.25);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }


    .cta-box {
      margin: 36px 0 64px;
      padding: 34px;
      border-radius: 34px;
      background: linear-gradient(135deg, #0f172a, #1e1b4b 56%, #4c1d95 100%);
      color: white;
      box-shadow: 0 26px 60px rgba(15,23,42,0.25);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .cta-box p {
      margin: 10px 0 0;
      color: rgba(255,255,255,0.78);
      line-height: 1.7;
    }

    .cta-box .btn-secondary {
      background: rgba(255,255,255,0.1);
      border-color: rgba(255,255,255,0.12);
      color: white;
    }

    footer {
      padding: 18px 0 40px;
      color: var(--muted);
      font-size: 0.94rem;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      flex-wrap: wrap;
      border-top: 1px solid rgba(18,24,38,0.06);
      padding-top: 22px;
    }

    .footer-links {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .feature-wide,
      .card-grid {
        grid-template-columns: 1fr;
      }

      .zodiac-grid {
        grid-template-columns: repeat(4, 1fr);
      }

      .hero {
        padding-top: 40px;
      }

      .hero-visual {
        min-height: auto;
      }

      .phone {
        transform: none;
        width: min(360px, 100%);
      }
    }

    @media (max-width: 760px) {
      .nav {
        min-height: 70px;
      }

      .nav-links {
        display: none;
      }

      .zodiac-box {
        padding: 8px;
      }

      .zodiac-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
      }

      .zodiac-link {
        min-height: 64px;
        padding: 6px 3px;
        border-radius: 9px;
      }

      .zodiac-symbol {
        width: 26px;
        height: 26px;
        font-size: 1rem;
      }

      .zodiac-link strong {
        margin-top: 3px;
        font-size: 0.72rem;
      }

      .zodiac-link small {
        font-size: 0.6rem;
      }

      .hero h1 {
        line-height: 1.02;
      }

      .screen {
        min-height: 500px;
      }

      .stat-list {
        grid-template-columns: 1fr;
      }

      .cta-box {
        padding: 26px;
      }
    }

    @media (min-width: 981px) {
      #features .section-head h2 {
        white-space: nowrap;
      }
    }
