﻿:root {
            --brand-teal: #12c7c9;
            --brand-cyan: #05a9c7;
            --brand-blue: #007fc8;
            --brand-deep: #063b5d;
            --brand-orange: #ff8a00;
            --brand-yellow: #ffd400;
            --brand-soft: #e8fbfd;
            --mkt-navy: #063b5d;
            --mkt-indigo: var(--brand-blue);
            --mkt-muted: #64748b;
            --bs-primary: var(--brand-blue);
            --bs-primary-rgb: 0,127,200;
            --bs-link-color: var(--brand-blue);
            --bs-link-hover-color: #0067a3;
        }
        /* Sticky footer: fill viewport on short pages (desktop) without gap below footer */
        html { height: 100%; }
        body {
            font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
            color: #123044;
            background: #f6fbfd;
            margin: 0;
            min-height: 100vh;
            min-height: 100dvh;
            display: flex;
            flex-direction: column;
        }
        main.mkt-main {
            flex: 1 0 auto;
            width: 100%;
        }
        .mkt-nav { background: linear-gradient(90deg, var(--brand-deep), #075b7c 55%, #087ea0); box-shadow: 0 4px 24px rgba(0,127,200,.16); }
        .mkt-nav .nav-link { color: rgba(232,251,253,.9) !important; font-weight: 500; font-size: 14px; padding: .5rem .85rem !important; border-radius: 8px; }
        .mkt-nav .nav-link:hover { color: #fff !important; background: rgba(18,199,201,.15); }
        .mkt-hero {
            background: linear-gradient(145deg, #063b5d 0%, #007fc8 55%, #12c7c9 100%);
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .mkt-hero::after {
            content: '';
            position: absolute; inset: 0;
            background: radial-gradient(ellipse 80% 60% at 20% 40%, rgba(255,212,0,.22) 0%, transparent 55%),
                        radial-gradient(ellipse 50% 50% at 90% 10%, rgba(255,138,0,.18) 0%, transparent 45%);
            pointer-events: none;
        }
        .mkt-hero .container { position: relative; z-index: 1; }
        .mkt-card { background: #fff; border: 1px solid #d8eef3; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,127,200,.06); }
        .mkt-card:hover { border-color: rgba(18,199,201,.35); }
        .btn-primary {
            --bs-btn-bg: var(--brand-blue);
            --bs-btn-border-color: var(--brand-blue);
            --bs-btn-hover-bg: #006fae;
            --bs-btn-hover-border-color: #006fae;
            --bs-btn-active-bg: #005f96;
            --bs-btn-active-border-color: #005f96;
        }
        .btn-light { color: var(--brand-deep); }
        .btn-outline-light:hover { color: var(--brand-deep); }
        .btn-outline-secondary {
            --bs-btn-color: var(--brand-deep);
            --bs-btn-border-color: #9fdde7;
            --bs-btn-hover-bg: var(--brand-soft);
            --bs-btn-hover-border-color: var(--brand-cyan);
            --bs-btn-hover-color: var(--brand-deep);
        }
        .text-primary { color: var(--brand-blue) !important; }
        .border-primary { border-color: var(--brand-blue) !important; }
        .mkt-footer { background: #062f49; color: #9fc6d1; font-size: 13px; }
        .mkt-footer a { color: #9ff2f0; text-decoration: none; }
        .mkt-footer a:hover { color: #fff; text-decoration: underline; }
        .mkt-brand-logo {
            width: 156px;
            height: 52px;
            object-fit: contain;
        }
        .mkt-footer-logo {
            width: 150px;
            height: auto;
        }
        .mkt-hero-rich {
            background:
                linear-gradient(90deg, rgba(6,59,93,.96), rgba(0,127,200,.88)),
                url('/images/poslogo-transparent.png') center right 8% / 360px auto no-repeat;
        }
        .mkt-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .4rem;
            border: 1px solid rgba(18,199,201,.35);
            background: rgba(232,251,253,.12);
            color: #e8fbfd;
            border-radius: 999px;
            padding: .35rem .7rem;
            font-size: .75rem;
            font-weight: 800;
            letter-spacing: .04em;
            text-transform: uppercase;
        }
        .mkt-hero-stats > div {
            border-left: 1px solid rgba(255,255,255,.25);
            padding-left: 1rem;
        }
        .mkt-hero-stats strong {
            display: block;
            font-size: 1.35rem;
            line-height: 1.1;
            color: #fff;
        }
        .mkt-hero-stats span {
            display: block;
            color: rgba(255,255,255,.68);
            font-size: .75rem;
        }
        .mkt-terminal-preview {
            background: #0f172a;
            border: 1px solid rgba(232,251,253,.18);
            border-radius: 18px;
            box-shadow: 0 24px 70px rgba(2,8,23,.34);
            overflow: hidden;
        }
        .mkt-terminal-top {
            height: 44px;
            background: #111c31;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0 14px;
            color: #cbd5e1;
            font-size: .8rem;
        }
        .mkt-terminal-top span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #12c7c9;
        }
        .mkt-terminal-top span:nth-child(2) { background: #ffd400; }
        .mkt-terminal-top span:nth-child(3) { background: #ff8a00; }
        .mkt-terminal-top strong { margin-left: auto; }
        .mkt-terminal-body {
            display: grid;
            grid-template-columns: 1.35fr .8fr;
            gap: 14px;
            padding: 14px;
        }
        .mkt-terminal-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }
        .mkt-terminal-product {
            background: #1e293b;
            border: 1px solid #334155;
            border-radius: 10px;
            padding: 12px;
            min-height: 86px;
            color: #fff;
        }
        .mkt-terminal-product i {
            color: #12c7c9;
            display: block;
            margin-bottom: 6px;
        }
        .mkt-terminal-product b,
        .mkt-terminal-product small {
            display: block;
        }
        .mkt-terminal-product small { color: #94a3b8; }
        .mkt-terminal-cart {
            background: #fff;
            color: #123044;
            border-radius: 12px;
            padding: 14px;
        }
        .mkt-terminal-pay {
            background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan));
            color: #fff;
            border-radius: 10px;
            text-align: center;
            padding: .65rem;
            font-size: .8rem;
            font-weight: 800;
        }
        .mkt-feature-tile,
        .mkt-report-card {
            background: #fff;
            border: 1px solid #d8eef3;
            border-radius: 14px;
            padding: 1.2rem;
            box-shadow: 0 4px 20px rgba(0,127,200,.05);
        }
        .mkt-feature-tile {
            display: flex;
            gap: 1rem;
            align-items: flex-start;
        }
        .mkt-feature-tile > i {
            width: 42px;
            height: 42px;
            flex: 0 0 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            background: var(--brand-soft);
            color: var(--brand-blue);
            font-size: 1.25rem;
        }
        .mkt-feature-tile h3,
        .mkt-report-card h3 {
            font-size: 1rem;
            font-weight: 800;
            margin-bottom: .35rem;
            color: #123044;
        }
        .mkt-feature-tile p,
        .mkt-report-card p {
            color: #64748b;
            font-size: .86rem;
            margin: 0;
            line-height: 1.55;
        }
        .mkt-band {
            background: linear-gradient(180deg, #eefafe 0%, #f8fdff 100%);
            border-block: 1px solid #d8eef3;
        }
        .mkt-workflow {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }
        .mkt-workflow-step {
            background: #fff;
            border: 1px solid #d8eef3;
            border-radius: 12px;
            padding: .9rem;
            display: flex;
            align-items: center;
            gap: .75rem;
        }
        .mkt-workflow-step span {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: var(--brand-blue);
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: .8rem;
            flex-shrink: 0;
        }
        .mkt-workflow-step strong {
            font-size: .9rem;
            color: #123044;
        }
        .mkt-pill {
            background: var(--brand-soft);
            color: var(--brand-deep);
            border: 1px solid #bcebf2;
            border-radius: 999px;
            padding: .35rem .65rem;
            font-size: .78rem;
            font-weight: 700;
        }
        .mkt-cta-panel {
            background: #fff;
            border: 1px solid #d8eef3;
            border-radius: 18px;
            padding: clamp(1.5rem, 4vw, 3rem);
            box-shadow: 0 14px 45px rgba(0,127,200,.08);
        }
        @media (max-width: 767.98px) {
            .mkt-terminal-body,
            .mkt-workflow {
                grid-template-columns: 1fr;
            }
            .mkt-terminal-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
