
        /* ═══════════════════════════════════
   TOKENS
═══════════════════════════════════ */
        :root {
            --ink: #121212;
            --ink2: #1f1f1f;
            --text: #3a3a3a;
            --muted: #49566a;
            --light: #606c7e;
            --border: #e5e7eb;
            --border2: #d1d5db;
            --white: #ffffff;
            --page: #FAF7F4;

            --orange: #C73C28;
            --orange-dk: #A82E1E;
            --orange-lt: #FDF1EE;

            --rose: #FBEAE7;
            --sage: #FDF0E4;
            --cream: #FBF2D9;
            --lavender: #F3EDE6;
            --lime: #FBE9D8;
            --cream2: #FBF1D8;
            --sage2: #FDEEE6;

            --r: 22px;
            --r-sm: 10px;
            --r-xs: 6px;
            --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            --head: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, sans-serif;
        }

        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
        body { font-family: var(--sans); background: var(--white); color: var(--text); line-height: 1.65; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        button { font-family: var(--sans); cursor: pointer; border: none; background: none; }
        ul { list-style: none; }

        /* ═══════════════════════════════════
   ANNOUNCEMENT BAR
═══════════════════════════════════ */
        .ann { background: var(--ink); text-align: center; padding: 9px 48px; font-size: 13px; color: rgba(255,255,255,.65); position: relative; }
        .ann a { color: var(--orange); font-weight: 600; margin-left: 5px; }
        .ann a:hover { text-decoration: underline; }
        .ann-x { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.35); font-size: 20px; line-height: 1; cursor: pointer; transition: color .15s; }
        .ann-x:hover { color: rgba(255,255,255,.7); }

        /* ═══════════════════════════════════
   NAV
═══════════════════════════════════ */
        .nav-wrap { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
        .nav { max-width: 1200px; margin: 0 auto; padding: 0 28px; height: 66px; display: flex; align-items: center; gap: 2px; }
        .nav-logo { display: flex; align-items: center; gap: 8px; margin-right: 14px; flex-shrink: 0; }
        .nav-logo img { height: 34px; width: auto; }
        .nav-logo-text { font-family: var(--head); font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -.4px; }
        .nav-logo-text span { color: var(--orange); }
        .ni { position: relative; }
        .ni-btn { display: flex; align-items: center; gap: 5px; font-size: 14.5px; font-weight: 500; color: var(--text); padding: 8px 12px; border-radius: var(--r-xs); transition: all .15s; cursor: pointer; background: none; border: none; }
        .ni-btn:hover, .ni.open .ni-btn { color: var(--ink); background: #f3f4f6; }
        .ni-btn svg { transition: transform .2s; color: #aaa; }
        .ni.open .ni-btn svg { transform: rotate(180deg); }
        .nav-link { font-size: 14.5px; font-weight: 500; color: var(--text); padding: 8px 12px; border-radius: var(--r-xs); transition: all .15s; }
        .nav-link:hover { color: var(--ink); background: #f3f4f6; }
        .nav-right { margin-left: auto; display: flex; align-items: center; gap: 8px; }
        .btn-nav-ghost { font-size: 14px; font-weight: 500; color: var(--text); padding: 8px 14px; border-radius: var(--r-xs); transition: all .15s; }
        .btn-nav-ghost:hover { color: var(--ink); background: #f3f4f6; }
        .btn-nav-outline { font-size: 14px; font-weight: 600; color: var(--ink); padding: 8px 16px; border-radius: var(--r-xs); border: 1.5px solid var(--border2); transition: all .15s; }
        .btn-nav-outline:hover { border-color: var(--ink); }
        .btn-nav-fill { font-size: 14px; font-weight: 700; color: var(--white); background: var(--ink); padding: 9px 20px; border-radius: var(--r-xs); display: flex; align-items: center; gap: 7px; transition: all .15s; }
        .btn-nav-fill:hover { background: #2a2a2a; }

        .mega { position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.13); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .18s, transform .18s; z-index: 600; overflow: hidden; }
        .ni.open .mega { opacity: 1; pointer-events: auto; transform: translateY(0); }
        .mega-2col { display: grid; grid-template-columns: 1fr 1fr; min-width: 680px; }
        .mega-col { padding: 24px 22px; }
        .mega-col + .mega-col { border-left: 1px solid var(--border); }
        .mega-col-head { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--light); margin-bottom: 12px; }
        .mega-top-link { display: flex; align-items: center; justify-content: space-between; background: #f8f9fa; border-radius: var(--r-xs); padding: 9px 12px; margin-bottom: 10px; font-size: 13.5px; font-weight: 700; color: var(--ink); transition: background .15s; }
        .mega-top-link:hover { background: #f0f1f3; }
        .mega-top-link span { font-size: 12px; color: var(--orange); font-weight: 600; }
        .mlink { display: flex; align-items: flex-start; gap: 10px; padding: 9px 10px; border-radius: var(--r-xs); transition: background .15s; cursor: pointer; }
        .mlink:hover { background: #f8f9fa; }
        .mlink-icon { width: 34px; height: 34px; border-radius: 8px; background: #f3f4f6; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: background .15s; }
        .mlink:hover .mlink-icon { background: var(--orange-lt); }
        .mlink-icon svg { width: 16px; height: 16px; color: var(--ink); }
        .mlink strong { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 1px; }
        .mlink span { font-size: 12px; color: var(--muted); line-height: 1.4; }
        .mega-3col { display: grid; grid-template-columns: 1fr 1fr 190px; min-width: 720px; }
        .mega-feat-col { background: #f8f9fa; padding: 20px 18px; }
        .mfeat-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 12px; cursor: pointer; transition: box-shadow .15s; }
        .mfeat-card:last-child { margin-bottom: 0; }
        .mfeat-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.09); }
        .mfeat-thumb { height: 72px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
        .mfeat-body { padding: 10px 12px; }
        .mfeat-title { font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.35; margin-bottom: 2px; }
        .mfeat-sub { font-size: 11.5px; color: var(--orange); font-weight: 600; }

        /* ═══════════════════════════════════
   BREADCRUMB
═══════════════════════════════════ */
        .breadcrumb { max-width: 1200px; margin: 0 auto; padding: 18px 28px 0; display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); }
        .breadcrumb a { color: var(--muted); transition: color .15s; }
        .breadcrumb a:hover { color: var(--orange); }
        .breadcrumb svg { width: 12px; height: 12px; flex-shrink: 0; }
        .breadcrumb span { color: var(--ink); font-weight: 500; }

        /* ═══════════════════════════════════
   FEATURE HERO
═══════════════════════════════════ */
        .fhero { padding: 52px 0 0; background: var(--white); }
        .fhero-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
        .fhero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--orange-lt); border: 1px solid rgba(199,60,40,.22); color: #A82E1E; font-size: 13px; font-weight: 600; padding: 6px 15px; border-radius: 30px; margin-bottom: 24px; }
        .fhero-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: pulse 2.5s ease-in-out infinite; }
        @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.25} }
        .fhero-top { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding-bottom: 64px; }
        .fhero-left h1 { font-family: var(--head); font-size: clamp(36px, 4.5vw, 60px); font-weight: 800; line-height: 1.06; color: var(--ink); letter-spacing: -.04em; margin-bottom: 20px; }
        .fhero-left h1 em { font-style: normal; color: var(--orange); }
        .fhero-sub { font-size: 17px; color: var(--muted); line-height: 1.78; margin-bottom: 36px; max-width: 460px; }
        .fhero-ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
        .btn-fill-dark { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--white); font-family: var(--head); font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 12px; transition: all .2s; cursor: pointer; }
        .btn-fill-dark:hover { background: #2a2a2a; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,.18); }
        .btn-fill-dark svg { transition: transform .2s; }
        .btn-fill-dark:hover svg { transform: translateX(3px); }
        .btn-outline-dark { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 15px; font-weight: 600; padding: 13px 26px; border-radius: 12px; border: 2px solid var(--border2); transition: all .2s; }
        .btn-outline-dark:hover { border-color: var(--ink); }
        .fhero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
        .fhero-stat-val { font-family: var(--head); font-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -.03em; }
        .fhero-stat-lbl { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

        /* GRN UI mockup card */
        .fhero-right { position: relative; }
        .grn-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; box-shadow: 0 24px 72px rgba(0,0,0,.10); overflow: hidden; }
        .grn-card-header { background: var(--ink); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
        .grn-card-header-left { display: flex; align-items: center; gap: 10px; }
        .grn-card-icon { width: 36px; height: 36px; background: rgba(255,255,255,.1); border-radius: 9px; display: flex; align-items: center; justify-content: center; }
        .grn-card-icon svg { width: 18px; height: 18px; color: var(--white); }
        .grn-card-title { font-family: var(--head); font-size: 15px; font-weight: 700; color: var(--white); }
        .grn-card-sub { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 1px; }
        .grn-status-dot { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; animation: pulse 2s infinite; }
        .grn-po-bar { padding: 14px 20px; background: #f8f9fa; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
        .grn-po-label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
        .grn-po-num { font-family: var(--head); font-size: 14px; font-weight: 800; color: var(--ink); }
        .grn-po-progress { display: flex; align-items: center; gap: 8px; }
        .grn-po-bar-track { width: 80px; height: 5px; background: var(--border); border-radius: 3px; overflow: hidden; }
        .grn-po-bar-fill { height: 100%; width: 62%; background: var(--orange); border-radius: 3px; }
        .grn-po-pct { font-size: 12px; font-weight: 700; color: var(--orange); }
        .grn-scan-area { padding: 16px 20px 12px; }
        .grn-scan-label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
        .grn-scan-box { background: #f8f9fa; border: 1.5px dashed var(--border2); border-radius: 12px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
        .grn-scan-icon { width: 38px; height: 38px; background: var(--orange-lt); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .grn-scan-icon svg { width: 20px; height: 20px; color: var(--orange); }
        .grn-scan-text strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); }
        .grn-scan-text span { font-size: 12px; color: var(--muted); }
        .grn-items { padding: 0 20px 16px; }
        .grn-item { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 8px; padding: 9px 12px; border-radius: 9px; align-items: center; }
        .grn-item-head { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--light); padding: 6px 12px; }
        .grn-item:nth-child(even) { background: #f8f9fa; }
        .grn-item-name { font-size: 12.5px; font-weight: 600; color: var(--ink); }
        .grn-item-name small { display: block; font-size: 11px; color: var(--muted); font-weight: 400; }
        .grn-item-val { font-size: 12.5px; color: var(--text); }
        .tag { display: inline-block; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 20px; }
        .tag-g { background: #dcfce7; color: #166534; }
        .tag-o { background: var(--orange-lt); color: #A82E1E; }
        .tag-b { background: #dbeafe; color: #1e40af; }
        .grn-footer { border-top: 1px solid var(--border); padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; }
        .grn-tally-badge { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
        .grn-tally-dot { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; }
        .grn-confirm-btn { font-family: var(--head); font-size: 13px; font-weight: 700; color: var(--white); background: var(--orange); padding: 8px 16px; border-radius: 8px; cursor: pointer; transition: background .15s; }
        .grn-confirm-btn:hover { background: var(--orange-dk); }

        /* floating badge */
        .fhero-float { position: absolute; bottom: -12px; left: -20px; background: var(--white); border: 1.5px solid var(--border); border-radius: 14px; box-shadow: 0 8px 28px rgba(0,0,0,.10); padding: 12px 16px; display: flex; align-items: center; gap: 10px; min-width: 200px; }
        .fhero-float-icon { width: 36px; height: 36px; background: var(--sage); border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .fhero-float-icon svg { width: 18px; height: 18px; color: #2d6a2d; }
        .fhero-float-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); }
        .fhero-float-text span { font-size: 11.5px; color: var(--muted); }

        /* ═══════════════════════════════════
   LOGOS STRIP
═══════════════════════════════════ */
        .logos { background: #f5f5f3; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 0; overflow: hidden; }
        .logos-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
        .logos-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--light); text-align: center; margin-bottom: 16px; }
        .logos-wrap { overflow: hidden; }
        .logos-track { display: flex; gap: 12px; animation: logoScroll 28s linear infinite; width: max-content; }
        @keyframes logoScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
        .logo-chip { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 7px 18px; font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; }

        /* ═══════════════════════════════════
   HOW IT WORKS STEPS
═══════════════════════════════════ */
        .steps-section { padding: 96px 0; }
        .steps-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
        .section-eyebrow { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--orange); display: block; margin-bottom: 12px; }
        .section-h { font-family: var(--head); font-size: clamp(28px, 3vw, 40px); font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1.15; margin-bottom: 14px; }
        .section-sub { font-size: 16px; color: var(--muted); line-height: 1.75; max-width: 520px; margin-bottom: 56px; }
        .steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
        .steps-grid::before { content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--border) 0%, var(--orange) 50%, var(--border) 100%); z-index: 0; }
        .step-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
        .step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--white); border: 2.5px solid var(--border); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all .2s; }
        .step-item:hover .step-num { border-color: var(--orange); background: var(--orange-lt); }
        .step-num svg { width: 22px; height: 22px; color: var(--ink); }
        .step-item:hover .step-num svg { color: var(--orange); }
        .step-label { font-family: var(--head); font-size: 14.5px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
        .step-desc { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

        /* ═══════════════════════════════════
   FEATURE PANELS
═══════════════════════════════════ */
        .panel-wrap { padding: 0 28px 28px; }
        .panel-block { background: var(--page); border-radius: var(--r); overflow: hidden; margin-bottom: 14px; }
        .panel-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; align-items: center; }
        .panel-inner.flip { direction: rtl; }
        .panel-inner.flip > * { direction: ltr; }
        .panel-text { padding: 60px 56px; }
        .panel-num { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--light); margin-bottom: 16px; }
        .panel-text h3 { font-family: var(--head); font-size: clamp(22px, 2.5vw, 30px); font-weight: 800; color: var(--ink); letter-spacing: -.03em; line-height: 1.2; margin-bottom: 14px; }
        .panel-text h3 em { font-style: normal; color: var(--orange); }
        .panel-text p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
        .panel-checks { display: flex; flex-direction: column; gap: 10px; }
        .panel-check { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--text); }
        .panel-check svg { width: 17px; height: 17px; color: var(--orange); flex-shrink: 0; margin-top: 2px; }
        .panel-visual { position: relative; overflow: hidden; min-height: 420px; display: flex; align-items: center; justify-content: center; padding: 40px 32px; }

        /* Panel A — rose */
        .panel-block.pa { background: var(--rose); }
        .panel-block.pb { background: var(--sage); }
        .panel-block.pc { background: var(--cream); }
        .panel-block.pd { background: var(--lavender); }

        /* Visual mockups inside panels */
        .vis-po-card { background: var(--white); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,.10); padding: 24px; width: 100%; max-width: 380px; }
        .vis-card-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
        .vis-card-title { font-family: var(--head); font-size: 15px; font-weight: 800; color: var(--ink); }
        .vis-badge { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
        .vis-badge.open { background: #dcfce7; color: #166534; }
        .vis-badge.partial { background: var(--orange-lt); color: #A82E1E; }
        .vis-line { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
        .vis-line:last-child { border-bottom: none; }
        .vis-line-name { color: var(--ink); font-weight: 500; }
        .vis-line-qty { display: flex; gap: 8px; align-items: center; }
        .vis-received { font-size: 12px; color: var(--muted); }
        .vis-received strong { color: var(--orange); }
        .vis-progress { width: 60px; height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; }
        .vis-progress-fill { height: 100%; background: var(--orange); border-radius: 2px; }

        .vis-scan-card { background: var(--white); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,.10); padding: 20px; width: 100%; max-width: 360px; }
        .vis-scan-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
        .vis-scan-icon-wrap { width: 40px; height: 40px; background: var(--orange-lt); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
        .vis-scan-icon-wrap svg { width: 20px; height: 20px; color: var(--orange); }
        .vis-scan-result { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; }
        .vis-scan-result svg { width: 20px; height: 20px; color: #22c55e; flex-shrink: 0; }
        .vis-scan-result-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); }
        .vis-scan-result-text span { font-size: 12px; color: var(--muted); }
        .vis-fields { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .vis-field label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); display: block; margin-bottom: 4px; }
        .vis-field .vis-field-val { font-size: 13px; font-weight: 600; color: var(--ink); background: #f8f9fa; border-radius: 7px; padding: 7px 10px; }

        .vis-bin-card { background: var(--white); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,.10); padding: 20px; width: 100%; max-width: 360px; }
        .vis-bin-header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
        .vis-bin-icon-wrap { width: 40px; height: 40px; background: var(--sage); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
        .vis-bin-icon-wrap svg { width: 20px; height: 20px; color: #2d6a2d; }
        .vis-bin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 16px; }
        .vis-bin-cell { aspect-ratio: 1; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; border: 1.5px solid var(--border); color: var(--muted); }
        .vis-bin-cell.occupied { background: #f5f5f3; color: var(--muted); border-color: var(--border); }
        .vis-bin-cell.assigned { background: var(--orange); color: var(--white); border-color: var(--orange); animation: pulse 2s infinite; }
        .vis-bin-cell.empty { background: var(--white); color: #d1d5db; border-style: dashed; }
        .vis-bin-assign { background: #f8f9fa; border-radius: 10px; padding: 10px 14px; display: flex; align-items: center; justify-content: space-between; }
        .vis-bin-assign-lbl { font-size: 12px; color: var(--muted); }
        .vis-bin-assign-val { font-family: var(--head); font-size: 15px; font-weight: 800; color: var(--ink); }

        .vis-tally-card { background: var(--white); border-radius: 16px; box-shadow: 0 16px 48px rgba(0,0,0,.10); padding: 20px; width: 100%; max-width: 360px; }
        .vis-tally-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
        .vis-tally-icon-wrap { width: 40px; height: 40px; background: var(--lavender); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
        .vis-tally-icon-wrap svg { width: 20px; height: 20px; color: #5b50cc; }
        .vis-sync-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); }
        .vis-sync-row:last-child { border-bottom: none; }
        .vis-sync-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
        .vis-sync-dot.synced { background: #4ade80; }
        .vis-sync-dot.pending { background: var(--orange); animation: pulse 1.5s infinite; }
        .vis-sync-text { flex: 1; font-size: 12.5px; color: var(--ink); }
        .vis-sync-time { font-size: 11.5px; color: var(--muted); }

        /* ═══════════════════════════════════
   CAPABILITY GRID
═══════════════════════════════════ */
        .cap-section { padding: 80px 0; border-top: 1px solid var(--border); }
        .cap-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
        .cap-header { margin-bottom: 48px; }
        .cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .cap-card { border: 1.5px solid var(--border); border-radius: 18px; padding: 28px; background: var(--white); transition: all .2s; }
        .cap-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.08); transform: translateY(-2px); border-color: var(--border2); }
        .cap-icon { width: 48px; height: 48px; border-radius: 12px; background: #f5f5f3; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
        .cap-icon svg { width: 22px; height: 22px; color: var(--ink); }
        .cap-card h4 { font-family: var(--head); font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: 8px; }
        .cap-card p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

        /* ═══════════════════════════════════
   TESTIMONIAL
═══════════════════════════════════ */
        .testi-section { padding: 0 28px 28px; }
        .testi-card { background: var(--ink); border-radius: var(--r); padding: 56px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; max-width: 1200px; margin: 0 auto; }
        .testi-quote { font-family: var(--head); font-size: clamp(20px, 2.5vw, 27px); font-weight: 700; color: var(--white); line-height: 1.45; letter-spacing: -.02em; margin-bottom: 32px; }
        .testi-quote em { font-style: normal; color: var(--orange); }
        .testi-author { display: flex; align-items: center; gap: 14px; }
        .testi-avatar { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-family: var(--head); font-size: 18px; font-weight: 800; color: var(--white); flex-shrink: 0; }
        .testi-name { font-size: 14px; font-weight: 700; color: var(--white); }
        .testi-role { font-size: 12.5px; color: rgba(255,255,255,.45); margin-top: 2px; }
        .testi-stats { display: flex; flex-direction: column; gap: 20px; }
        .testi-stat-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 20px 24px; }
        .testi-stat-val { font-family: var(--head); font-size: 36px; font-weight: 800; color: var(--orange); letter-spacing: -.04em; }
        .testi-stat-lbl { font-size: 13.5px; color: rgba(255,255,255,.5); margin-top: 4px; line-height: 1.5; }

        /* ═══════════════════════════════════
   COMPARE TABLE
═══════════════════════════════════ */
        .compare-section { padding: 80px 0; background: #f5f5f3; border-top: 1px solid var(--border); }
        .compare-inner { max-width: 900px; margin: 0 auto; padding: 0 28px; }
        .compare-header { text-align: center; margin-bottom: 48px; }
        .compare-header .section-sub { margin: 0 auto 0; }
        .compare-table { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; overflow: hidden; }
        .compare-head-row { display: grid; grid-template-columns: 2fr 1fr 1fr; background: #f8f9fa; border-bottom: 1.5px solid var(--border); }
        .compare-th { padding: 16px 20px; font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
        .compare-th.highlight { color: var(--orange); background: var(--orange-lt); }
        .compare-row { display: grid; grid-template-columns: 2fr 1fr 1fr; border-bottom: 1px solid var(--border); }
        .compare-row:last-child { border-bottom: none; }
        .compare-cell { padding: 14px 20px; font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 8px; }
        .compare-cell.highlight { background: rgba(199,60,40,.03); }
        .compare-cell.feature-name { font-weight: 500; color: var(--ink); }
        .chk { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .chk.yes { background: #dcfce7; }
        .chk.yes svg { width: 12px; height: 12px; color: #12833C; }
        .chk.no { background: #fee2e2; }
        .chk.no svg { width: 12px; height: 12px; color: #dc2626; }
        .chk.partial { background: #fef9c3; }
        .chk.partial svg { width: 12px; height: 12px; color: #ca8a04; }

        /* ═══════════════════════════════════
   RELATED FEATURES
═══════════════════════════════════ */
        .related-section { padding: 80px 0; border-top: 1px solid var(--border); }
        .related-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
        .related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
        .rel-card { border: 1.5px solid var(--border); border-radius: 16px; padding: 24px; background: var(--white); cursor: pointer; transition: all .2s; display: flex; flex-direction: column; }
        .rel-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,.09); transform: translateY(-2px); border-color: var(--border2); }
        .rel-icon { width: 44px; height: 44px; border-radius: 11px; background: #f5f5f3; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
        .rel-icon svg { width: 20px; height: 20px; color: var(--ink); }
        .rel-card h4 { font-family: var(--head); font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin-bottom: 6px; }
        .rel-card p { font-size: 13px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 16px; }
        .rel-link { font-size: 13px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 4px; transition: gap .2s; }
        .rel-card:hover .rel-link { gap: 8px; }

        /* ═══════════════════════════════════
   CTA SECTION
═══════════════════════════════════ */
        .cta-section { background: var(--lime); border-radius: var(--r); margin: 0 28px 28px; padding: 72px 48px; text-align: center; }
        .cta-section h2 { font-family: var(--head); font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; color: var(--ink); letter-spacing: -.04em; line-height: 1.12; margin-bottom: 16px; }
        .cta-section p { font-size: 17px; color: rgba(0,0,0,.55); max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }
        .cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
        .btn-cta-black { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--white); font-family: var(--head); font-size: 16px; font-weight: 700; padding: 15px 32px; border-radius: 12px; transition: all .2s; }
        .btn-cta-black:hover { background: #2a2a2a; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
        .btn-cta-outline-black { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 16px; font-weight: 600; padding: 14px 28px; border-radius: 12px; border: 2px solid var(--ink); transition: all .2s; }
        .btn-cta-outline-black:hover { background: rgba(0,0,0,.05); }
        .cta-hints { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
        .cta-hint { font-size: 13px; color: rgba(0,0,0,.45); display: flex; align-items: center; gap: 5px; }
        .cta-hint::before { content: ''; width: 14px; height: 14px; border-radius: 50%; background: rgba(0,0,0,.15); display: block; }

        /* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
        .footer { background: #0c0e12; padding: 64px 0 0; }
        .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px 52px; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr; gap: 48px; }
        .fb-logo { margin-bottom: 16px; }
        .fb-logo img { height: 28px; width: auto; }
        .fb-desc { font-size: 13.5px; color: rgba(255,255,255,.38); line-height: 1.75; max-width: 250px; margin-bottom: 20px; }
        .fb-contact a { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,.38); margin-bottom: 9px; transition: color .15s; }
        .fb-contact a:hover { color: rgba(255,255,255,.75); }
        .fb-contact svg { width: 14px; height: 14px; flex-shrink: 0; }
        .fc-head { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.22); margin-bottom: 16px; }
        .fc-a { display: block; font-size: 13.5px; color: rgba(255,255,255,.45); margin-bottom: 10px; transition: color .15s; }
        .fc-a:hover { color: rgba(255,255,255,.82); }
        .footer-bottom { max-width: 1200px; margin: 0 auto; padding: 20px 28px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
        .fb-copy { font-size: 12.5px; color: rgba(255,255,255,.22); }
        .fb-certs { display: flex; gap: 8px; }
        .cert { font-size: 10.5px; font-weight: 600; color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 4px; padding: 3px 9px; }

        /* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
        @media(max-width:1040px) {
            .fhero-top { grid-template-columns: 1fr; gap: 40px; }
            .fhero-right { display: none; }
            .panel-inner { grid-template-columns: 1fr; }
            .panel-inner.flip { direction: ltr; }
            .panel-visual { display: none; }
            .testi-card { grid-template-columns: 1fr; }
            .testi-stats { flex-direction: row; }
            .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
            .related-grid { grid-template-columns: 1fr 1fr; }
        }
        @media(max-width:768px) {
            .steps-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
            .steps-grid::before { display: none; }
            .cap-grid { grid-template-columns: 1fr 1fr; }
            .compare-head-row, .compare-row { grid-template-columns: 2fr 1fr 1fr; }
            .cta-section { margin: 0 12px 12px; padding: 56px 24px; }
            .panel-wrap { padding: 0 12px 12px; }
            .testi-section { padding: 0 12px 12px; }
        }
        @media(max-width:480px) {
            .cap-grid { grid-template-columns: 1fr; }
            .related-grid { grid-template-columns: 1fr; }
            .testi-stats { flex-direction: column; }
            .footer-inner { grid-template-columns: 1fr; }
            .steps-grid { grid-template-columns: 1fr; }
        }

        /* ═══════════════════════════════════
   FAQ
═══════════════════════════════════ */
        .faq-section { padding: 80px 0; background: #f5f5f3; border-top: 1px solid var(--border); }
        .faq-inner { max-width: 860px; margin: 0 auto; padding: 0 28px; }
        .faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
        .faq-item { border: 1.5px solid var(--border); border-radius: 14px; background: var(--white); overflow: hidden; }
        .faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-family: var(--head); font-size: 16px; font-weight: 700; color: var(--ink); }
        .faq-item summary::-webkit-details-marker { display: none; }
        .faq-item summary svg { width: 16px; height: 16px; color: var(--muted); flex-shrink: 0; transition: transform .2s; }
        .faq-item[open] summary svg { transform: rotate(45deg); }
        .faq-item p { padding: 0 22px 18px; font-size: 14.5px; color: var(--muted); line-height: 1.75; }
        .faq-item p a { color: var(--orange); font-weight: 600; }
        .faq-item p a:hover { text-decoration: underline; }
        .body-link { color: var(--orange); font-weight: 600; }
        .body-link:hover { text-decoration: underline; }
    

/* ═══════════════════════════════════
   ARTICLE / PROSE  (blog, learn, pillar)
═══════════════════════════════════ */
.art-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.art-hero { background: linear-gradient(180deg, var(--orange-lt), var(--white)); padding: 56px 0 40px; border-bottom: 1px solid var(--border); }
.art-hero .art-wrap { max-width: 860px; }
.art-kicker { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--orange); }
.art-hero h1 { font-family: var(--head); font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; color: var(--ink); line-height: 1.1; letter-spacing: -.03em; margin: 14px 0 0; }
.art-hero .art-sub { font-size: clamp(16px, 1.7vw, 19px); color: var(--muted); margin-top: 16px; line-height: 1.7; }
.art-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; font-size: 13.5px; color: var(--light); }
.art-meta span { display: inline-flex; align-items: center; gap: 7px; }
.art-meta svg { width: 15px; height: 15px; color: var(--orange); flex-shrink: 0; }

.art-body { padding: 52px 0 20px; }
.art-body .art-wrap { max-width: 860px; }
.art-answer { background: var(--orange-lt); border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; padding: 22px 26px; margin-bottom: 38px; }
.art-answer p { font-size: 17px; line-height: 1.72; color: var(--ink2); margin: 0; }
.art-body h2 { font-family: var(--head); font-size: clamp(23px, 2.8vw, 31px); font-weight: 700; color: var(--ink); line-height: 1.2; letter-spacing: -.02em; margin: 44px 0 14px; }
.art-body h3 { font-family: var(--head); font-size: 20px; font-weight: 700; color: var(--ink); margin: 30px 0 10px; }
.art-body p { font-size: 16.5px; line-height: 1.78; color: var(--text); margin: 0 0 18px; }
.art-body ul, .art-body ol { margin: 0 0 20px; padding-left: 0; }
.art-body li { position: relative; font-size: 16.5px; line-height: 1.72; color: var(--text); padding: 5px 0 5px 26px; list-style: none; }
.art-body ul li::before { content: ""; position: absolute; left: 4px; top: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.art-body ol { counter-reset: artol; }
.art-body ol li { counter-increment: artol; }
.art-body ol li::before { content: counter(artol); position: absolute; left: 0; top: 6px; width: 19px; height: 19px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 11.5px; font-weight: 700; display: grid; place-items: center; }
.art-body a { color: var(--orange); font-weight: 600; }
.art-body a:hover { text-decoration: underline; }
.art-body strong { color: var(--ink2); font-weight: 700; }
.art-note { background: var(--page); border: 1px solid var(--border); border-radius: 14px; padding: 20px 24px; margin: 26px 0; }
.art-note p { font-size: 15.5px; margin: 0; color: var(--muted); }
.art-note strong { color: var(--ink); }
.art-src { font-size: 13px; color: var(--light); margin-top: 8px; display: block; }

.art-table-wrap { overflow-x: auto; margin: 26px 0 30px; border: 1px solid var(--border); border-radius: 14px; }
.art-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.art-table th { text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); background: var(--page); padding: 13px 16px; border-bottom: 1px solid var(--border); }
.art-table td { font-size: 15px; color: var(--text); padding: 13px 16px; border-bottom: 1px solid var(--border); vertical-align: top; }
.art-table tr:last-child td { border-bottom: 0; }
.art-table td strong { color: var(--ink); }

.art-toc { background: var(--page); border: 1px solid var(--border); border-radius: 16px; padding: 22px 26px; margin-bottom: 38px; }
.art-toc h2 { font-family: var(--head); font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 12px; letter-spacing: 0; }
.art-toc ol { margin: 0; }
.art-toc li { padding: 5px 0 5px 26px; font-size: 15px; }
.art-toc li::before { top: 8px; }
.art-toc a { color: var(--ink2); font-weight: 500; }
.art-toc a:hover { color: var(--orange); }

/* card index used by /blog and /learn */
.idx-section { padding: 60px 0 80px; background: var(--white); }
.idx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 34px; }
.idx-card { border: 1px solid var(--border); border-radius: 16px; padding: 26px 24px; background: var(--white); transition: box-shadow .2s ease, transform .2s ease, border-color .2s; display: flex; flex-direction: column; }
.idx-card:hover { box-shadow: 0 18px 44px -22px rgba(14,20,32,.28); transform: translateY(-2px); border-color: rgba(199,60,40,.35); }
.idx-type { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); }
.idx-card h3 { font-family: var(--head); font-size: 19px; font-weight: 700; color: var(--ink); line-height: 1.32; margin: 10px 0 8px; }
.idx-card p { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0 0 16px; }
.idx-link { margin-top: auto; font-size: 13.5px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 38px; }
.price-card { border: 1px solid var(--border); border-radius: 18px; padding: 30px 26px; background: var(--white); display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--orange); border-width: 2px; box-shadow: 0 22px 50px -26px rgba(199,60,40,.4); }
.price-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--orange); border-radius: 999px; padding: 4px 12px; margin-bottom: 14px; align-self: flex-start; }
.price-card h3 { font-family: var(--head); font-size: 22px; font-weight: 800; color: var(--ink); margin: 0 0 6px; }
.price-for { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.price-list { margin: 0 0 24px; }
.price-list li { position: relative; font-size: 14.5px; line-height: 1.6; color: var(--text); padding: 7px 0 7px 26px; }
.price-list li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 13px; height: 8px; border-left: 2.5px solid var(--orange); border-bottom: 2.5px solid var(--orange); transform: rotate(-45deg); }
.price-cta { margin-top: auto; }

@media (max-width: 560px) {
  .art-hero { padding: 40px 0 30px; }
  .art-body { padding: 38px 0 10px; }
  .art-answer { padding: 18px 20px; }
}

/* ═══════════════════════════════════
   BREADCRUMB + TAGS + MOCK ROWS  (interior pages)
═══════════════════════════════════ */
.crumb { max-width: 1200px; margin: 0 auto; padding: 18px 28px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--muted); }
.crumb a { color: var(--muted); transition: color .15s; }
.crumb a:hover { color: var(--orange); }
.crumb svg { width: 12px; height: 12px; flex-shrink: 0; opacity: .6; }
.crumb span { color: var(--ink); font-weight: 600; }

.tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .02em; padding: 3px 9px; border-radius: 5px; white-space: nowrap; }
.tag-g { background: #DDF3E8; color: #0F5B3B; }
.tag-o { background: #FDF0D3; color: #7A5605; }
.tag-r { background: #FBE4E1; color: #A82E1E; }
.tag-b { background: #FDF1EE; color: #A82E1E; }

.grn-mrow { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px dashed var(--border); }
.grn-mrow:last-child { border-bottom: 0; }
.grn-mk { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--light); flex-shrink: 0; padding-top: 2px; }
.grn-mv { font-size: 13px; font-weight: 600; color: var(--ink); text-align: right; line-height: 1.45; }
.grn-mv small { display: block; font-size: 11.5px; font-weight: 400; color: var(--muted); margin-top: 1px; }
.grn-foot { padding: 12px 20px 16px; font-size: 12px; color: var(--muted); border-top: 1px solid var(--border); background: var(--page); border-radius: 0 0 14px 14px; }
.grn-foot strong { color: var(--ink); }

/* mock-card row list (must not sit inside the flex .grn-scan-box) */
.grn-mlist { display: block; background: #f8f9fa; border: 1.5px dashed var(--border2); border-radius: 12px; padding: 6px 16px; }
.fhero-top > * { min-width: 0; }
.fhero-right .grn-card { max-width: 520px; margin-left: auto; }
.fhero-stat { flex: 1 1 145px; min-width: 0; max-width: 200px; }
.fhero-stat-val { font-size: 22px; line-height: 1.15; }
