  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Heebo', system-ui, sans-serif;
    background: #fff; color: #0F172A;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  button { font-family: inherit; cursor: pointer; }
  .wrap { max-width: 1080px; margin: 0 auto; padding-inline: 20px; }
  @keyframes fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

  /* ============ HEADER ============ */
  .hdr {
    background: #fff; border-bottom: 1px solid #EDE0F5; position: sticky; top: 0; z-index: 20;
  }
  .hdr-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 10px; }
  .hdr-logo { display: flex; align-items: center; gap: 10px; }
  .hdr-logo img { height: 44px; width: 44px; object-fit: contain; }
  .hdr-logo span { font-weight: 800; font-size: 24px; color: #6D28D9; letter-spacing: -0.5px; }
  .hdr-nav { display: flex; align-items: center; gap: 22px; font-size: 14.5px; font-weight: 600; color: #475569; }
  .hdr-nav a { color: inherit; text-decoration: none; }
  .hdr-nav a:hover { color: #6D28D9; }
  .hdr-actions { display: flex; align-items: center; gap: 9px; }
  .btn-ghost {
    background: #fff; border: 1px solid #E2E8F0; color: #475569;
    font-weight: 700; font-size: 14px; padding: 9px 16px; border-radius: 12px;
  }
  .btn-grad {
    border: none; color: #fff; font-weight: 800; font-size: 14px;
    background: linear-gradient(to left top, #6D28D9, #C026D3, #EC4899);
    padding: 10px 18px; border-radius: 12px; white-space: nowrap;
    box-shadow: 0 8px 20px rgba(109,40,217,0.28);
  }

  /* ============ HERO ============ */
  .hero { background: linear-gradient(180deg, #FAF5FF, #fff); padding-block: 44px 40px; }
  .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 7px; background: #fff;
    border: 1px solid #EDE0F5; color: #6D28D9; font-weight: 800; font-size: 13px;
    padding: 7px 14px; border-radius: 999px; box-shadow: 0 4px 14px rgba(109,40,217,0.1);
  }
  .hero h1 { font-weight: 900; font-size: 42px; line-height: 1.15; letter-spacing: -1px; margin-top: 18px; }
  .hero p.sub { font-size: 16.5px; line-height: 1.65; color: #475569; margin-top: 14px; max-width: 480px; }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
  .btn-hero-primary {
    display: inline-flex; align-items: center; gap: 8px; border: none; color: #fff;
    font-weight: 800; font-size: 16px; padding: 14px 24px; border-radius: 14px;
    background: linear-gradient(to left top, #6D28D9, #C026D3, #EC4899);
    box-shadow: 0 12px 28px rgba(109,40,217,0.32);
  }
  .btn-hero-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #E2E8F0; color: #334155;
    font-weight: 700; font-size: 16px; padding: 14px 22px; border-radius: 14px;
  }
  .hero-media { position: relative; }
  .hero-photo {
    border-radius: 24px; overflow: hidden; aspect-ratio: 4/3;
    box-shadow: 0 30px 60px rgba(76,29,149,0.22);
  }
  .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
  .hero-photo { background: #EDE9FE; }
  .hero-float {
    position: absolute; bottom: -18px; right: -8px;
    background: linear-gradient(135deg, #6D28D9, #9333EA); border-radius: 18px;
    padding: 14px 16px; box-shadow: 0 18px 40px rgba(76,29,149,0.35); min-width: 210px;
  }
  .hero-float .rating { display: flex; align-items: center; gap: 7px; }
  .hero-float .rating .num { font-weight: 900; font-size: 26px; color: #fff; }
  .hero-float .rating small { font-size: 11.5px; color: rgba(255,255,255,0.82); line-height: 1.2; }
  .hero-float hr { border: none; height: 1px; background: rgba(255,255,255,0.2); margin: 11px 0; }
  .hero-float .social { display: flex; align-items: center; gap: 8px; }
  .hf-avatars { display: flex; flex-direction: row-reverse; }
  .hf-avatar {
    width: 26px; height: 26px; border-radius: 50%; border: 2px solid #7C3AED;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 800; color: #4C1D95; background: #EDE9FE;
  }
  .hf-avatar + .hf-avatar { margin-left: -8px; }
  .hero-float .social span { font-size: 12px; color: rgba(255,255,255,0.92); font-weight: 700; }
  .trust-strip { display: none; }

  /* ============ SECTIONS ============ */
  .section { padding-block: 46px 10px; }
  .sec-head { text-align: center; margin-bottom: 24px; }
  .eyebrow {
    display: inline-block; font-weight: 800; font-size: 12.5px; color: #7C3AED;
    background: #F3E8FF; padding: 6px 14px; border-radius: 999px;
  }
  .sec-head h2 { font-weight: 800; font-size: 29px; letter-spacing: -0.5px; margin-top: 12px; }

  /* comparison table */
  .comp-table {
    background: #fff; border: 1px solid #E2E8F0; border-radius: 20px; overflow: hidden;
    box-shadow: 0 10px 34px rgba(15,23,42,0.06);
  }
  .comp-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; align-items: stretch; }
  .comp-head { padding: 14px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; font-weight: 800; font-size: 14px; }
  .comp-head.pmg { background: linear-gradient(135deg, #6D28D9, #9333EA); color: #fff; }
  .comp-head.other { background: #F8FAFC; color: #64748B; }
  .comp-head img { width: 26px; height: 26px; object-fit: contain; background: #fff; border-radius: 7px; padding: 2px; }
  .comp-corner { background: #FAF5FF; }
  .comp-label { padding: 13px 16px; font-weight: 700; font-size: 14px; color: #1E293B; border-top: 1px solid #F1F5F9; display: flex; align-items: center; }
  .comp-cell { border-top: 1px solid #F1F5F9; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 8px; font-size: 13px; font-weight: 700; }
  .comp-cell.pmg { background: #FAF5FF; color: #047857; }
  .comp-cell .yes { color: #047857; font-size: 18px; }
  .comp-cell .no { color: #F87171; font-size: 18px; }
  .comp-cell .partial { color: #B45309; }
  .comp-cards { display: none; }

  /* how it works */
  .how { background: #FAF5FF; margin-top: 40px; padding-block: 46px; }
  .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .how-card {
    position: relative; background: #fff; border: 1px solid #EDE0F5; border-radius: 20px;
    padding: 26px 22px 22px; text-align: right; box-shadow: 0 10px 30px rgba(76,29,149,0.06);
  }
  .how-num {
    position: absolute; top: -12px; right: 20px; width: 28px; height: 28px; border-radius: 999px;
    background: linear-gradient(135deg, #6D28D9, #C026D3); color: #fff; font-weight: 800; font-size: 14px;
    display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(109,40,217,0.35);
  }
  .how-icon {
    width: 52px; height: 52px; border-radius: 15px; background: #F3E8FF;
    display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 14px;
  }
  .how-card h3 { font-weight: 800; font-size: 17px; margin-bottom: 5px; }
  .how-card p { font-size: 14px; color: #64748B; line-height: 1.55; }

  /* why cards */
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .why-card {
    background: #fff; border: 1px solid #E2E8F0; border-radius: 20px; padding: 24px 22px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
  }
  .why-icon { width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 14px; }
  .why-pain { font-size: 12.5px; font-weight: 700; color: #94A3B8; margin-bottom: 4px; }
  .why-card h3 { font-weight: 800; font-size: 17px; margin-bottom: 6px; }
  .why-card p { font-size: 14px; color: #64748B; line-height: 1.55; }

  /* pricing */
  .aud-tabs { display: flex; justify-content: center; margin: 14px 0 22px; }
  .aud-tabs-inner {
    display: flex; background: #fff; border: 1px solid #EDE0F5; border-radius: 14px;
    padding: 4px; gap: 3px; box-shadow: 0 4px 14px rgba(109,40,217,0.08);
  }
  .aud-tab { border: none; border-radius: 11px; padding: 8px 16px; font-weight: 800; font-size: 13px; background: transparent; color: #64748B; }
  .aud-tab.active { background: linear-gradient(to left top, #6D28D9, #C026D3, #EC4899); color: #fff; }
  .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
  .vplan {
    position: relative; background: #fff; border: 1px solid #E2E8F0; border-radius: 22px;
    padding: 26px 22px 22px; display: flex; flex-direction: column;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
  }
  .vplan.popular { border: 2px solid #7C3AED; box-shadow: 0 22px 55px rgba(76,29,149,0.16); }
  .vplan-flag {
    position: absolute; top: -13px; right: 50%; transform: translateX(50%);
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, #6D28D9, #C026D3); color: #fff;
    font-weight: 800; font-size: 12px; padding: 5px 14px; border-radius: 999px; white-space: nowrap;
  }
  .vplan-name { font-weight: 800; font-size: 18px; }
  .vplan.popular .vplan-name { color: #6D28D9; }
  .vplan-tag { font-size: 13px; color: #64748B; margin-top: 2px; }
  .vplan-price { display: flex; align-items: baseline; gap: 4px; margin: 16px 0 4px; white-space: nowrap; }
  .vplan-price .cur { font-size: 16px; font-weight: 700; }
  .vplan-price .num { font-size: 40px; font-weight: 800; line-height: 1; letter-spacing: -1px; }
  .vplan.popular .vplan-price .cur, .vplan.popular .vplan-price .num { color: #6D28D9; }
  .vplan-price .per { font-size: 14px; color: #94A3B8; }
  .vplan-price--promo {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    white-space: normal;
  }
  .vplan-price-old {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    opacity: 0.55;
  }
  .vplan-price-old::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    top: 52%;
    height: 3px;
    background: #DC2626;
    border-radius: 2px;
    transform: rotate(-8deg);
    pointer-events: none;
  }
  .vplan-price-free {
    font-size: 18px;
    font-weight: 800;
    color: #059669;
    line-height: 1.2;
  }
  .vplan.popular .vplan-price-free { color: #047857; }
  .vplan hr { border: none; height: 1px; background: #F1F5F9; margin: 16px 0; }
  .vplan-feats { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
  .vplan-feat { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #334155; }
  .vplan-feat .check { color: #7C3AED; font-weight: 800; flex: none; }
  .vplan.popular .vplan-feat .check { color: #C026D3; }
  .disclosure {
    display: flex; align-items: flex-start; gap: 7px; background: #FAF5FF; border: 1px solid #EDE0F5;
    border-radius: 12px; padding: 9px 11px; font-size: 11.5px; color: #6D28D9; line-height: 1.5; margin-top: 10px;
  }
  .vplan-cta {
    margin-top: auto; width: 100%; font-weight: 800; font-size: 14px; padding: 13px;
    border-radius: 13px; border: 1px solid #EDE0F5; background: #FAF5FF; color: #6D28D9;
  }
  .vplan.popular .vplan-cta {
    border: none; color: #fff; background: linear-gradient(to left top, #6D28D9, #C026D3, #EC4899);
    box-shadow: 0 10px 24px rgba(109,40,217,0.3);
  }

  /* halls plan */
  .hall-card {
    max-width: 920px; margin: 0 auto; background: #fff; border: 2px solid #7C3AED;
    border-radius: 24px; overflow: hidden; box-shadow: 0 22px 55px rgba(76,29,149,0.16);
  }
  .hall-head {
    background: linear-gradient(to left top, #6D28D9, #C026D3); color: #fff;
    padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  }
  .hall-badge {
    display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.2);
    color: #fff; font-weight: 800; font-size: 12.5px; padding: 4px 12px; border-radius: 999px; margin-bottom: 8px;
  }
  .hall-price { text-align: center; flex: none; }
  .hall-price .num { font-size: 46px; font-weight: 900; line-height: 1; }
  .hall-body { padding: 24px; }
  .hall-core { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hall-core-item {
    display: flex; align-items: flex-start; gap: 12px; background: #FAF5FF;
    border: 1px solid #EDE0F5; border-radius: 16px; padding: 15px;
  }
  .hall-core-icon {
    width: 42px; height: 42px; border-radius: 12px; background: #fff; border: 1px solid #EDE0F5;
    display: flex; align-items: center; justify-content: center; font-size: 21px; flex: none;
  }
  .hall-ext { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hall-ext-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #334155; }
  .hall-ext-item .check { color: #10B981; font-weight: 800; }
  .hall-cta {
    margin-top: 20px; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border: none; color: #fff; font-weight: 800; font-size: 15px; padding: 14px; border-radius: 14px;
    background: linear-gradient(to left top, #6D28D9, #C026D3, #EC4899);
    box-shadow: 0 10px 24px rgba(109,40,217,0.3);
  }
  .halls-panel { display: none; }
  .halls-panel.active { display: block; animation: fadein .3s ease; }
  .vendors-panel.hidden { display: none; }

  /* bottom cta */
  .bottom-cta { margin-top: 50px; background: linear-gradient(to left top, #4C1D95, #6D28D9, #A21CAF); color: #fff; }
  .bottom-inner { text-align: center; padding-block: 52px; }
  .bottom-inner h2 { font-weight: 900; font-size: 32px; letter-spacing: -0.5px; }
  .bottom-inner p { margin-top: 10px; font-size: 15.5px; color: rgba(255,255,255,0.85); }
  .bottom-ctas { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; margin-top: 22px; }
  .btn-bottom-primary {
    display: inline-flex; align-items: center; gap: 8px; border: none;
    background: #fff; color: #6D28D9; font-weight: 800; font-size: 16px;
    padding: 14px 26px; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.22);
  }
  .btn-bottom-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.35);
    color: #fff; font-weight: 700; font-size: 16px; padding: 14px 22px; border-radius: 14px;
  }
  .vfooter { border-top: 1px solid #EDE0F5; padding: 18px 20px 18px; text-align: center; font-size: 12.5px; color: #94A3B8; background: #fff; }

  /* sticky mobile bar */
  .sticky-bar {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
    border-top: 1px solid #EDE0F5; gap: 9px;
  }
  .sticky-primary {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    border: none; color: #fff; font-weight: 800; font-size: 14.5px; padding: 13px; border-radius: 13px;
    background: linear-gradient(to left top, #6D28D9, #C026D3, #EC4899);
    box-shadow: 0 8px 20px rgba(109,40,217,0.3);
  }
  .sticky-wa {
    width: 48px; border: 1px solid #E2E8F0; border-radius: 13px; background: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
  }

  /* ============ MOBILE ============ */
  @media (max-width: 820px) {
    .hdr-nav, .btn-ghost { display: none; }
    .hdr-logo img { height: 38px; width: 38px; }
    .hdr-logo span { font-size: 20px; }
    .hero { padding-block: 30px 34px; }
    .hero-grid { grid-template-columns: 1fr; gap: 26px; }
    .hero h1 { font-size: 30px; }
    .hero p.sub { font-size: 15px; }
    .hero-float { right: 12px; bottom: -14px; padding: 11px 13px; min-width: 180px; }
    .hero-float .rating .num { font-size: 21px; }
    .trust-strip {
      display: flex; gap: 8px; overflow-x: auto; padding: 18px 20px 0; scrollbar-width: none;
    }
    .trust-strip::-webkit-scrollbar { display: none; }
    .trust-chip {
      flex: none; display: inline-flex; align-items: center; gap: 6px;
      background: #FAF5FF; border: 1px solid #EDE0F5; color: #6D28D9;
      font-weight: 700; font-size: 12.5px; padding: 8px 13px; border-radius: 999px;
    }
    .sec-head h2 { font-size: 23px; }
    .comp-table { display: none; }
    .comp-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      align-items: stretch;
    }
    .comp-card {
      display: flex;
      flex-direction: column;
      gap: 8px;
      background: #fff;
      border: 1px solid #E2E8F0;
      border-radius: 14px;
      padding: 10px 10px;
      box-shadow: 0 6px 18px rgba(15,23,42,0.05);
    }
    .comp-card-head { display: flex; align-items: flex-start; gap: 6px; font-weight: 800; font-size: 12.5px; color: #1E293B; line-height: 1.2; width: 100%; }
    .comp-card-head .yes { color: #7C3AED; font-size: 16px; flex: none; }
    .comp-pills {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 5px;
      margin-top: 0;
      width: 100%;
    }
    .comp-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      font-weight: 700;
      font-size: 10.5px;
      padding: 5px 6px;
      border-radius: 999px;
      min-width: 0;
      white-space: nowrap;
    }
    .comp-pill.pmg { background: #F3E8FF; color: #047857; }
    .comp-pill.other { background: #F8FAFC; color: #94A3B8; border: 1px solid #EEF2F6; }
    .how-grid, .why-grid, .plans { grid-template-columns: 1fr; }
    .how-card {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      min-height: 0;
      height: auto;
      padding: 16px 14px 14px;
      gap: 8px;
    }
    .how-card h3 {
      margin: 0;
      font-size: 16px;
      line-height: 1.25;
    }
    .how-card p {
      margin: 0;
      font-size: 13.5px;
      line-height: 1.45;
    }
    .why-card {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      min-height: 0;
      height: auto;
      padding: 16px 14px 14px;
      gap: 8px;
    }
    .why-pain {
      margin: 0;
      font-size: 12px;
      line-height: 1.35;
    }
    .why-card h3 {
      margin: 0;
      font-size: 16px;
      line-height: 1.25;
    }
    .why-card p {
      margin: 0;
      font-size: 13.5px;
      line-height: 1.45;
    }
    .plans { gap: 22px; }
    .hall-core, .hall-ext { grid-template-columns: 1fr; }
    .bottom-inner h2 { font-size: 25px; }
    .sticky-bar { display: flex; }
    body { padding-bottom: 74px; }
  }
