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

:root{
  --bg:#07111f;
  --bg-soft:#091626;
  --border:rgba(148,163,184,.16);
  --text:#ecf3ff;
  --muted:#93a4bf;
  --white:#ffffff;
  --ml-yellow:#ffe600;
  --ml-blue:#3483fa;
  --sp-orange:#ee4d2d;
  --sp-orange-2:#ff7a45;
  --tr-blue:#2f78ff;
  --tr-cyan:#21c7ff;
  --shadow:0 28px 90px rgba(2,6,23,.38);
}

html{scroll-behavior:smooth}
html,body{min-height:100%}

body{
  min-height:100vh;
  font-family:"Inter","Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 22%),
    radial-gradient(circle at 88% 6%, rgba(255,230,0,.10), transparent 18%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  overflow-x:hidden;
  position:relative;
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

.landing-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}

.landing-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(16px);
  opacity:.55;
}

.landing-glow--blue{
  width:540px;
  height:540px;
  left:-180px;
  top:90px;
  background:radial-gradient(circle, rgba(37,99,235,.30), rgba(37,99,235,0));
}

.landing-glow--gold{
  width:520px;
  height:520px;
  right:-200px;
  top:20px;
  background:radial-gradient(circle, rgba(255,230,0,.18), rgba(255,230,0,0));
}

.landing-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(148,163,184,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.05) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.65), transparent 92%);
}

.topbar{
  position:sticky;
  top:0;
  z-index:40;
  width:min(1380px, calc(100% - 40px));
  margin:20px auto 0;
  min-height:78px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(6,12,23,.70);
  backdrop-filter:blur(18px);
  border-radius:24px;
  box-shadow:0 16px 40px rgba(2,6,23,.24);
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  letter-spacing:-.03em;
}

.brand img{
  width:42px;
  height:42px;
  object-fit:contain;
}

.topbar__nav{
  display:flex;
  align-items:center;
  gap:20px;
  color:#c7d6ef;
}

.topbar__nav a{font-size:.95rem}
.topbar__nav a:hover{color:var(--white)}

.topbar__actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.landing-shell{
  position:relative;
  z-index:1;
  width:min(1380px, calc(100% - 40px));
  margin:0 auto;
  padding:36px 0 80px;
}

.hero{
  min-height:calc(100vh - 140px);
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(380px, .92fr);
  gap:34px;
  align-items:center;
  padding:28px 0 24px;
}

.eyebrow,
.section__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(15,23,42,.44);
  color:#bed0f0;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.hero h1{
  margin-top:22px;
  max-width:760px;
  font-size:clamp(3.3rem, 6vw, 6.1rem);
  line-height:.92;
  letter-spacing:-.09em;
}

.hero__text{
  margin-top:20px;
  max-width:700px;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.8;
}

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

.hero__stats{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.metric-card{
  padding:18px 20px;
  border-radius:22px;
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(15,23,42,.58), rgba(10,16,28,.78));
  box-shadow:0 18px 40px rgba(2,6,23,.18);
}

.metric-card strong{
  display:block;
  font-size:1.15rem;
  letter-spacing:-.03em;
}

.metric-card span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  line-height:1.6;
}

.showcase{
  padding:22px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(8,15,28,.76), rgba(9,16,30,.96));
  box-shadow:var(--shadow);
}

.showcase__header,
.showcase__panel,
.showcase-card__head,
.module-screen__top,
.module-card__footer,
.price-card__price,
.cta-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.showcase__badge,
.showcase__signal,
.showcase-card__tag,
.price-card__tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.showcase__badge{
  background:rgba(52,131,250,.14);
  border:1px solid rgba(52,131,250,.22);
  color:#a9ccff;
}

.showcase__signal{
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.22);
  color:#99e3b2;
}

.showcase__grid{
  margin-top:18px;
  display:grid;
  gap:14px;
}

.showcase-card{
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(15,23,42,.84), rgba(11,18,30,.98));
  min-height:168px;
}

.showcase-card h3{
  margin-top:18px;
  font-size:1.5rem;
  letter-spacing:-.04em;
}

.showcase-card p{
  margin-top:10px;
  color:var(--muted);
  line-height:1.68;
}

.showcase-card__brand{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:18px;
  font-size:1rem;
  font-weight:900;
  letter-spacing:.08em;
  color:#08111f;
}

.showcase-card__brand--image{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.showcase-card__brand--image img{
  width:32px;
  height:32px;
  object-fit:contain;
}

.showcase-card--ml .showcase-card__brand{background:linear-gradient(135deg, var(--ml-yellow), #ffd24d)}
.showcase-card--tracking .showcase-card__brand{background:linear-gradient(135deg, rgba(47,120,255,.16), rgba(33,199,255,.12));color:var(--white)}
.showcase-card--shopee .showcase-card__brand{background:linear-gradient(135deg, #ffb694, #ff7a45)}

.showcase-card__tag{
  color:#dbe7fb;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.showcase-card__bars,
.showcase-card__chips,
.showcase-card__metrics,
.showcase-card__footer{
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.showcase-card__bars span{
  flex:1;
  min-width:64px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,230,0,.85), rgba(52,131,250,.85));
}

.showcase-card__metrics{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}

.showcase-card__metrics--tracking{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.showcase-card__metrics div{
  min-height:68px;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
}

.showcase-card__metrics strong{
  display:block;
  font-size:.92rem;
  line-height:1.2;
  letter-spacing:-.02em;
}

.showcase-card__metrics span{
  display:block;
  margin-top:8px;
  color:#c7d6ef;
  font-size:.76rem;
  line-height:1.45;
}

.showcase-card__metrics--tracking strong{
  font-size:1.3rem;
}

.showcase-card__dashboard{
  margin-top:18px;
  display:grid;
  gap:12px;
}

.showcase-card__dashboard-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#dce7fa;
  font-size:.82rem;
  font-weight:700;
}

.showcase-card__dashboard-bars{
  display:grid;
  gap:10px;
}

.showcase-card__dashboard-bars span{
  display:block;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.52), rgba(255,255,255,.14));
}

.showcase-card__chips span,
.showcase-card__footer span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dce7fa;
  font-size:.84rem;
}

.showcase__panel{
  margin-top:14px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.showcase__panel strong{
  display:block;
  font-size:1.08rem;
}

.showcase__panel p{
  margin-top:6px;
  color:var(--muted);
  line-height:1.6;
}

.section{
  margin-top:34px;
  padding:30px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(8,15,28,.72), rgba(8,15,28,.94));
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}

.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}

.section__head h2{
  margin-top:14px;
  max-width:720px;
  font-size:clamp(2rem, 3vw, 3.1rem);
  line-height:.98;
  letter-spacing:-.06em;
}

.section__head p{
  max-width:420px;
  color:var(--muted);
  line-height:1.75;
}

.module-grid,
.pricing-grid,
.benefit-grid,
.faq-grid{
  margin-top:26px;
  display:grid;
  gap:18px;
}

.module-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}
.benefit-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}
.pricing-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}
.faq-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}

.module-card,
.benefit-card,
.price-card,
.faq-card,
.step-card{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(14,22,39,.84), rgba(10,17,29,.98));
  overflow:hidden;
}

.module-card{display:grid;grid-template-rows:240px 1fr}
.module-card__visual{padding:22px}

.module-screen{
  height:100%;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}

.module-screen--ml{
  background:
    radial-gradient(circle at top left, rgba(255,230,0,.34), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
}

.module-screen--tracking{
  background:
    radial-gradient(circle at top right, rgba(33,199,255,.22), transparent 28%),
    linear-gradient(180deg, rgba(14,52,102,.88), rgba(8,26,53,.98));
}

.module-screen--shopee{
  background:
    radial-gradient(circle at top left, rgba(255,122,69,.28), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
}

.module-screen__pill{
  min-height:28px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:.78rem;
  color:#f8fbff;
}

.module-screen__chart,
.module-screen__cards,
.module-screen__matrix,
.module-screen__list,
.module-screen__feature-grid,
.module-screen__tracking-grid,
.module-screen__mini-stats,
.module-screen__dashboard-bars{
  margin-top:18px;
  display:grid;
  gap:10px;
}

.module-screen__feature-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.module-screen__feature-grid div,
.module-screen__tracking-grid div,
.module-screen__mini-stats div{
  padding:14px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.12);
}

.module-screen__feature-grid strong,
.module-screen__tracking-grid strong,
.module-screen__mini-stats strong{
  display:block;
  font-size:.88rem;
  line-height:1.2;
  letter-spacing:-.02em;
}

.module-screen__feature-grid span,
.module-screen__tracking-grid span,
.module-screen__mini-stats span{
  display:block;
  margin-top:8px;
  color:#eaf3ff;
  font-size:.76rem;
  line-height:1.45;
}

.module-screen__tracking-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.module-screen__tracking-grid strong{
  font-size:1.35rem;
}

.module-screen__mini-stats{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.module-screen__mini-stats strong{
  font-size:1.25rem;
}

.module-screen__dashboard-bars span{
  display:block;
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,255,255,.20), rgba(255,255,255,.64), rgba(255,255,255,.14));
}

.module-screen__chart{
  grid-template-columns:repeat(4, 1fr);
  align-items:end;
  min-height:92px;
}

.module-screen__chart span{
  border-radius:18px 18px 8px 8px;
  background:linear-gradient(180deg, rgba(255,230,0,.94), rgba(52,131,250,.94));
}

.module-screen__chart span:nth-child(1){height:52px}
.module-screen__chart span:nth-child(2){height:88px}
.module-screen__chart span:nth-child(3){height:70px}
.module-screen__chart span:nth-child(4){height:102px}

.module-screen__list span,
.module-screen__cards span{
  height:16px;
  border-radius:999px;
  background:rgba(255,255,255,.24);
}

.module-screen__list span:nth-child(2){width:84%}
.module-screen__list span:nth-child(3){width:62%}

.module-screen__stats{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.module-screen__stats span{
  color:#d4e8ff;
  font-size:.9rem;
}

.module-screen__stats strong{
  font-size:2.4rem;
  line-height:1;
  letter-spacing:-.06em;
}

.module-screen__matrix{grid-template-columns:repeat(2, 1fr)}

.module-screen__matrix span{
  height:46px;
  border-radius:18px;
  background:rgba(255,255,255,.14);
}

.module-screen__line{
  margin-top:18px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.56), rgba(255,255,255,.16));
}

.module-screen__line--ml{
  background:linear-gradient(90deg, rgba(255,230,0,.48), rgba(52,131,250,.78), rgba(255,255,255,.12));
}

.module-card__body{padding:0 22px 22px}

.module-card__kicker{
  color:#c6d8f7;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.module-card__body h3{
  margin-top:12px;
  font-size:1.6rem;
  line-height:1.1;
  letter-spacing:-.04em;
}

.module-card__body p{
  margin-top:12px;
  color:var(--muted);
  line-height:1.72;
}

.module-card__body ul,
.price-card ul{
  margin-top:16px;
  list-style:none;
  display:grid;
  gap:10px;
}

.module-card__body li,
.price-card li{
  position:relative;
  padding-left:22px;
  color:#d8e4f8;
  line-height:1.62;
}

.module-card__body li::before,
.price-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:9px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--ml-yellow), var(--ml-blue));
  box-shadow:0 0 0 5px rgba(52,131,250,.08);
}

.module-card--tracking li::before{background:linear-gradient(135deg, var(--tr-cyan), var(--tr-blue))}
.module-card--shopee li::before{background:linear-gradient(135deg, var(--sp-orange), var(--sp-orange-2))}

.module-card__footer{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  align-items:flex-start;
}

.module-card__footer strong{
  font-size:.88rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#b9c9e6;
}

.module-card__footer span{
  flex:1;
  color:var(--muted);
  line-height:1.6;
}

.benefit-card,
.faq-card,
.step-card,
.price-card{padding:24px}

.price-card{
  display:flex;
  flex-direction:column;
}

.benefit-card strong,
.faq-card h3,
.step-card strong,
.price-card h3{
  display:block;
  font-size:1.25rem;
  line-height:1.15;
  letter-spacing:-.03em;
}

.benefit-card p,
.faq-card p,
.step-card p,
.price-card p,
.pricing-note span{
  margin-top:10px;
  color:var(--muted);
  line-height:1.72;
}

.price-card p{
  min-height:92px;
}

.workflow{
  margin-top:28px;
  padding:24px;
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
  gap:20px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.workflow__copy h3{
  margin-top:14px;
  font-size:1.9rem;
  line-height:1.05;
  letter-spacing:-.05em;
}

.workflow__copy p{
  margin-top:14px;
  color:var(--muted);
  line-height:1.75;
}

.workflow__steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.step-card span{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#bfd4f6;
  font-weight:800;
  letter-spacing:-.03em;
}

.step-card strong{margin-top:16px}

.price-card__tag{
  color:#d8e6ff;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.price-card__price{
  margin-top:16px;
  justify-content:flex-start;
  align-items:flex-end;
  gap:6px;
  font-size:2.4rem;
  font-weight:900;
  letter-spacing:-.07em;
}

.price-card__price span{
  margin-bottom:4px;
  font-size:1rem;
  font-weight:700;
  letter-spacing:0;
  color:#b8c9e6;
}

.price-card .btn--full{
  margin-top:auto;
}

.price-card--featured{
  background:
    radial-gradient(circle at top right, rgba(255,230,0,.18), transparent 26%),
    linear-gradient(180deg, rgba(19,31,54,.92), rgba(10,17,29,.98));
  border-color:rgba(255,230,0,.20);
}

.pricing-note{
  margin-top:18px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:16px 18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.pricing-note strong{
  font-size:.88rem;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#dfe9fa;
}

.cta-panel{
  padding:30px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at top left, rgba(52,131,250,.18), transparent 30%),
    radial-gradient(circle at top right, rgba(255,230,0,.12), transparent 26%),
    linear-gradient(180deg, rgba(11,20,36,.92), rgba(8,15,28,.98));
}

.cta-panel h2{
  margin-top:14px;
  max-width:720px;
  font-size:clamp(2rem, 3vw, 3.2rem);
  line-height:1;
  letter-spacing:-.06em;
}

.cta-panel p{
  margin-top:14px;
  max-width:760px;
  color:var(--muted);
  line-height:1.8;
}

.cta-panel__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:16px;
  border:1px solid transparent;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

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

.btn--large{
  min-height:54px;
  padding:0 22px;
  border-radius:18px;
}

.btn--full{
  width:100%;
  margin-top:18px;
}

.btn--primary{
  color:#07111f;
  background:linear-gradient(135deg, var(--ml-yellow), #ffd24d);
  box-shadow:0 14px 34px rgba(255,210,77,.24);
}

.btn--ghost{
  color:#eaf1ff;
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}

.btn--soft{
  color:#eef5ff;
  border-color:rgba(52,131,250,.18);
  background:linear-gradient(135deg, rgba(52,131,250,.20), rgba(20,30,48,.18));
}

.btn--dark{
  color:#07111f;
  background:linear-gradient(135deg, #ffffff, #dbeafe);
}

.btn--light{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
}

@media (max-width: 1180px){
  .hero,
  .workflow{grid-template-columns:1fr}

  .section__head,
  .cta-panel{
    flex-direction:column;
    align-items:flex-start;
  }

  .module-grid,
  .pricing-grid,
  .benefit-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}

  .hero{min-height:auto}
  .cta-panel{align-items:flex-start}
}

@media (max-width: 920px){
  .topbar{
    position:relative;
    flex-wrap:wrap;
    justify-content:center;
  }

  .topbar__nav{
    order:3;
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
  }

  .hero__stats,
  .workflow__steps,
  .faq-grid,
  .module-grid,
  .pricing-grid,
  .benefit-grid{grid-template-columns:1fr}

  .showcase-card__metrics,
  .showcase-card__metrics--tracking,
  .module-screen__feature-grid{grid-template-columns:1fr}

  .landing-shell{width:min(100% - 24px, 1380px)}
  .section{padding:22px;border-radius:26px}
  .hero h1{font-size:clamp(2.7rem, 10vw, 4.4rem)}
}

@media (max-width: 640px){
  .topbar{
    width:min(100% - 20px, 1380px);
    margin-top:12px;
    padding:14px;
    border-radius:20px;
  }

  .topbar__actions,
  .hero__actions,
  .cta-panel__actions{
    width:100%;
    display:grid;
  }

  .btn,
  .btn--large{width:100%}

  .landing-shell{
    padding-top:22px;
    width:min(100% - 20px, 1380px);
  }

  .showcase,
  .metric-card,
  .module-card,
  .benefit-card,
  .faq-card,
  .price-card,
  .step-card{border-radius:22px}

  .module-card{grid-template-rows:220px 1fr}
}
