*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --navy: #020b1a; --navy-mid: #051228; --navy-card: #071730; --navy-border: #0d2545;
      --blue: #0ea5e9; --blue-glow: #38bdf8; --cyan: #06b6d4;
      --green: #10b981; --gold: #f59e0b; --muted: #94a3b8; --dim: #475569;
      --font: 'Montserrat', sans-serif;
    }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); background: #fff; color: #1e293b; overflow-x: hidden; }

    /* ── HEADER ── */
    header { background: var(--navy); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid var(--navy-border); }
    .hi { max-width: 1320px; margin: 0 auto; padding: 0 2rem; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
    .lm { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
    .li { width: 34px; height: 34px; background: linear-gradient(135deg, var(--blue), var(--cyan)); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: #fff; }
    .lt { font-weight: 700; font-size: 1.05rem; color: #fff; } .lt span { color: var(--blue); }
    nav { display: flex; gap: .15rem; }
    nav a { color: var(--muted); text-decoration: none; font-size: .83rem; font-weight: 500; padding: .4rem .8rem; border-radius: 6px; transition: all .2s; }
    nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
    nav a.on { color: var(--blue); background: rgba(14,165,233,.1); }
    .btn { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem 1.25rem; border-radius: 8px; font-family: var(--font); font-size: .83rem; font-weight: 600; text-decoration: none; transition: all .2s; border: none; cursor: pointer; }
    .btn-blue { background: var(--blue); color: #fff; }
    .btn-blue:hover { background: var(--blue-glow); transform: translateY(-1px); }
    .btn-ghost { background: transparent; color: var(--muted); border: 1px solid var(--navy-border); }
    .btn-ghost:hover { color: #fff; border-color: #1e3a5f; background: rgba(255,255,255,.04); }

    /* ── BREADCRUMB ── */
    .bb { background: var(--navy-mid); border-bottom: 1px solid var(--navy-border); padding: .65rem 0; }
    .bc { max-width: 1320px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 500; color: var(--dim); }
    .bc a { color: var(--blue); text-decoration: none; } .bcs { color: var(--navy-border); }

    /* ── PAGE HERO ── */
    .page-hero { background: var(--navy); padding: 3.5rem 0 3rem; position: relative; overflow: hidden; border-bottom: 1px solid var(--navy-border); }
    .page-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 500px; height: 400px; background: radial-gradient(ellipse, rgba(14,165,233,.07) 0%, transparent 65%); pointer-events: none; }
    .ph-inner { max-width: 1320px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; position: relative; z-index: 2; }
    .ph-left { }
    .ph-eyebrow { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--blue); margin-bottom: .5rem; display: flex; align-items: center; gap: .5rem; }
    .ph-eyebrow::before { content: ''; width: 14px; height: 2px; background: var(--blue); border-radius: 2px; }
    .ph-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; color: #fff; letter-spacing: -1.5px; line-height: 1.1; margin-bottom: .65rem; }
    .ph-sub { font-size: .9rem; color: rgba(255,255,255,.35); line-height: 1.65; max-width: 560px; }
    .ph-right { display: flex; flex-direction: column; align-items: flex-end; gap: .65rem; }
    .ph-stats { display: flex; gap: 2rem; }
    .ph-stat { text-align: center; }
    .ph-stat-n { font-size: 1.4rem; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1; }
    .ph-stat-n span { color: var(--blue); }
    .ph-stat-l { font-size: .65rem; color: rgba(255,255,255,.25); font-weight: 500; margin-top: .15rem; }

    /* Stack pills */
    .stack-pills { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .75rem; }
    .spl { font-size: .65rem; font-weight: 700; padding: .22rem .6rem; border-radius: 5px; font-family: 'Courier New', monospace; }

    /* ── MAIN CONTENT ── */
    .cnt { max-width: 1320px; margin: 0 auto; padding: 0 2rem; }
    .main { padding: 3.5rem 0 5rem; }

    /* ── AI BADGE ── */
    .ai-banner { display: flex; align-items: center; gap: 1rem; background: rgba(14,165,233,.05); border: 1px solid rgba(14,165,233,.12); border-radius: 12px; padding: .85rem 1.25rem; margin-bottom: 3rem; flex-wrap: wrap; }
    .ai-banner-ic { font-size: 1.3rem; flex-shrink: 0; }
    .ai-banner-text { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.5; flex: 1; }
    .ai-banner-text strong { color: #fff; }
    .ai-tag { display: inline-flex; align-items: center; gap: .3rem; font-size: .62rem; font-weight: 700; background: rgba(14,165,233,.1); color: var(--blue); border: 1px solid rgba(14,165,233,.2); border-radius: 100px; padding: .15rem .55rem; white-space: nowrap; }
    .ai-tag-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
    .upcoming-tag { background: rgba(167,139,250,.08); color: #a78bfa; border-color: rgba(167,139,250,.2); }

    /* ── PRODUCT CARD ── */
    .products-list { display: flex; flex-direction: column; gap: 2px; }

    .product-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 0; align-items: stretch; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; transition: all .22s; text-decoration: none; color: inherit; }
    .product-row:hover { border-color: #94a3b8; box-shadow: 0 4px 24px rgba(0,0,0,.08); transform: translateY(-1px); }
    .product-row + .product-row { margin-top: 1rem; }

    /* icon column */
    .pr-icon-col { display: flex; align-items: center; justify-content: center; font-size: 1.8rem; padding: 1.5rem 0; border-right: 1px solid #f1f5f9; flex-shrink: 0; }

    /* main info */
    .pr-info { padding: 1.5rem 1.75rem; display: flex; flex-direction: column; justify-content: center; gap: .55rem; }
    .pr-top { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
    .pr-name { font-size: 1.08rem; font-weight: 800; color: #0f172a; letter-spacing: -.3px; }
    .pr-since { font-size: .65rem; font-weight: 600; color: var(--dim); font-family: 'Courier New', monospace; background: #f1f5f9; padding: .12rem .45rem; border-radius: 4px; }
    .pr-desc { font-size: .84rem; color: #475569; line-height: 1.6; max-width: 680px; }
    .pr-tags { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; }
    .pr-tag { font-size: .65rem; font-weight: 700; padding: .18rem .55rem; border-radius: 5px; }
    .pr-tag-blue { background: rgba(14,165,233,.1); color: #0369a1; }
    .pr-tag-green { background: rgba(16,185,129,.1); color: #065f46; }
    .pr-tag-gold { background: rgba(245,158,11,.1); color: #92400e; }
    .pr-tag-gray { background: #f1f5f9; color: #475569; }

    /* stacks row */
    .pr-stacks { display: flex; gap: .3rem; flex-wrap: wrap; align-items: center; }
    .pr-stack { font-size: .6rem; font-weight: 700; padding: .12rem .4rem; border-radius: 3px; font-family: 'Courier New', monospace; }

    /* right CTA column */
    .pr-cta-col { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: .75rem; padding: 1.5rem 1.75rem; border-left: 1px solid #f1f5f9; min-width: 180px; flex-shrink: 0; }
    .pr-price-from { font-size: .65rem; font-weight: 600; color: var(--dim); }
    .pr-price { font-size: 1.5rem; font-weight: 900; color: #0f172a; letter-spacing: -1px; line-height: 1; }
    .pr-price-note { font-size: .62rem; color: var(--dim); }
    .pr-btn-detail { display: inline-flex; align-items: center; gap: .35rem; padding: .5rem 1.1rem; border-radius: 8px; font-family: var(--font); font-size: .78rem; font-weight: 700; text-decoration: none; background: #0f172a; color: #fff; transition: all .2s; white-space: nowrap; }
    .pr-btn-detail:hover { background: #1e3a5f; }
    .pr-btn-demo { display: inline-flex; align-items: center; gap: .35rem; padding: .45rem 1.1rem; border-radius: 8px; font-family: var(--font); font-size: .78rem; font-weight: 600; text-decoration: none; border: 1.5px solid #e2e8f0; color: #475569; transition: all .2s; white-space: nowrap; }
    .pr-btn-demo:hover { border-color: #94a3b8; color: #0f172a; }

    /* ai features list in card */
    .pr-ai { display: flex; gap: .35rem; flex-wrap: wrap; align-items: center; }
    .pr-ai-item { font-size: .63rem; font-weight: 600; color: #0369a1; background: rgba(14,165,233,.07); border: 1px solid rgba(14,165,233,.15); border-radius: 4px; padding: .1rem .4rem; }
    .pr-ai-item.up { color: #6d28d9; background: rgba(124,58,237,.06); border-color: rgba(124,58,237,.15); }

    /* ── BUNDLE CARD ── */
    .bundle-card { background: linear-gradient(135deg, #020b1a 0%, #051228 100%); border: 1.5px solid rgba(245,158,11,.3); border-radius: 20px; padding: 2.5rem; margin-top: 3rem; position: relative; overflow: hidden; }
    .bundle-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; background: radial-gradient(ellipse, rgba(245,158,11,.08) 0%, transparent 65%); pointer-events: none; }
    .bc-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.75rem; position: relative; z-index: 2; }
    .bc-left { }
    .bc-badge { display: inline-flex; align-items: center; gap: .4rem; background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.25); border-radius: 100px; padding: .25rem .75rem; font-size: .68rem; font-weight: 700; color: var(--gold); margin-bottom: .85rem; }
    .bc-title { font-size: 1.5rem; font-weight: 900; color: #fff; letter-spacing: -.5px; margin-bottom: .4rem; }
    .bc-sub { font-size: .85rem; color: rgba(255,255,255,.35); line-height: 1.6; max-width: 540px; }
    .bc-price-block { text-align: right; flex-shrink: 0; }
    .bc-was { font-size: .8rem; color: rgba(255,255,255,.25); text-decoration: line-through; margin-bottom: .15rem; }
    .bc-price { font-size: 2.8rem; font-weight: 900; color: var(--gold); letter-spacing: -2px; line-height: 1; }
    .bc-save { font-size: .8rem; font-weight: 700; color: var(--green); margin-top: .2rem; }
    .bc-note { font-size: .7rem; color: rgba(255,255,255,.25); margin-top: .15rem; }
    .bc-products { display: flex; gap: .65rem; flex-wrap: wrap; margin-bottom: 1.5rem; position: relative; z-index: 2; }
    .bc-prod { display: flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: .5rem .85rem; }
    .bc-prod-ic { font-size: .95rem; }
    .bc-prod-n { font-size: .75rem; font-weight: 700; color: #fff; }
    .bc-actions { display: flex; gap: .85rem; flex-wrap: wrap; position: relative; z-index: 2; }
    .btn-gold { background: var(--gold); color: #1e293b; font-weight: 700; }
    .btn-gold:hover { background: #fbbf24; transform: translateY(-1px); }
    .btn-lg { padding: .75rem 2rem; font-size: .92rem; border-radius: 10px; }
    .btn-ow-gold { background: transparent; color: rgba(245,158,11,.7); border: 1.5px solid rgba(245,158,11,.3); }
    .btn-ow-gold:hover { background: rgba(245,158,11,.08); color: var(--gold); border-color: rgba(245,158,11,.55); }

    /* ── COMPARE CTA ── */
    .compare-strip { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 1.5rem 2rem; margin-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
    .cs-left h3 { font-size: .95rem; font-weight: 800; color: #0f172a; margin-bottom: .2rem; }
    .cs-left p { font-size: .8rem; color: #64748b; }
    .cs-right { display: flex; gap: .75rem; flex-wrap: wrap; }
    .btn-outline-dark { background: transparent; color: #0f172a; border: 1.5px solid #cbd5e1; font-size: .82rem; padding: .55rem 1.25rem; border-radius: 8px; }
    .btn-outline-dark:hover { border-color: #64748b; }
    .btn-dark { background: #0f172a; color: #fff; font-size: .82rem; padding: .55rem 1.25rem; border-radius: 8px; }
    .btn-dark:hover { background: #1e3a5f; }

    /* ── FOOTER ── */
    footer { background: var(--navy); border-top: 1px solid var(--navy-border); padding: 4rem 0 2rem; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--navy-border); }
    .fb p { color: var(--dim); font-size: .78rem; line-height: 1.65; margin-top: .75rem; max-width: 250px; }
    .fc h4 { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--dim); margin-bottom: 1.1rem; }
    .fc ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
    .fc ul a { color: #334155; text-decoration: none; font-size: .8rem; transition: color .2s; }
    .fc ul a:hover { color: var(--muted); }
    .fbot { display: flex; align-items: center; justify-content: space-between; padding-top: 1.5rem; flex-wrap: wrap; gap: .5rem; }
    .fcp { color: #1e3a5f; font-size: .75rem; }
    .sr { display: flex; gap: .6rem; margin-top: .85rem; }
    .sl { width: 30px; height: 30px; background: var(--navy-card); border: 1px solid var(--navy-border); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--dim); text-decoration: none; font-size: .78rem; transition: all .2s; }
    .sl:hover { color: #fff; background: rgba(14,165,233,.1); border-color: #1e3a5f; }

    @media (max-width: 900px) { .product-row { grid-template-columns: 56px 1fr; } .pr-cta-col { display: none; } .footer-grid { grid-template-columns: 1fr 1fr; } .ph-inner { flex-direction: column; align-items: flex-start; } .ph-right { align-items: flex-start; } }
    @media (max-width: 640px) { nav { display: none; } .product-row { grid-template-columns: 1fr; } .pr-icon-col { border-right: none; border-bottom: 1px solid #f1f5f9; padding: 1.25rem; font-size: 2rem; justify-content: flex-start; } .footer-grid { grid-template-columns: 1fr; } .fbot { flex-direction: column; text-align: center; } .bundle-card { padding: 1.5rem; } .bc-top { flex-direction: column; } .bc-price-block { text-align: left; } }