:root{--wv-red:#ad0f00;--wv-red-deep:#8a0c00;--wv-graphite:#0F1419;--wv-ink:#1a1f24;--wv-line:#e6e8eb;--wv-muted:#5a6470;--wv-soft:#f7f8fa;--wv-card-bg:#ffffff}body.wv-enterprise{font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--wv-ink);background:#fff}.wv-enterprise .main{background:#fff}.wv-section{padding:96px 0}.wv-section-tight{padding:64px 0}.wv-section-soft{background:var(--wv-soft)}.wv-section-dark{background:var(--wv-graphite);color:#fff}.wv-section-dark .wv-eyebrow{color:#ff8a7a}.wv-section-dark .wv-muted{color:#c5cad1}.wv-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--wv-red);margin-bottom:14px}.wv-h1{font-size:clamp(2.25rem, 1.5rem + 2.4vw, 3.6rem);font-weight:800;letter-spacing:-.02em;line-height:1.08;color:var(--wv-graphite);margin-bottom:1.25rem}.wv-h2{font-size:clamp(1.75rem, 1.2rem + 1.8vw, 2.6rem);font-weight:800;letter-spacing:-.015em;line-height:1.15;color:var(--wv-graphite);margin-bottom:1rem}.wv-h3{font-size:1.35rem;font-weight:700;color:var(--wv-graphite);margin-bottom:.5rem}.wv-lead{font-size:1.18rem;color:var(--wv-muted);line-height:1.6;max-width:720px}.wv-muted{color:var(--wv-muted)}.wv-hero{position:relative;background:linear-gradient(180deg,#0b0f13 0,#0f1419 70%,#15191e 100%);color:#fff;padding:140px 0 96px;overflow:hidden}.wv-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(900px 400px at 85% 10%,rgba(173,15,0,.22),transparent 60%),radial-gradient(700px 320px at 10% 90%,rgba(173,15,0,.1),transparent 60%);pointer-events:none}.wv-hero .wv-eyebrow{color:#ff8a7a}.wv-hero .wv-h1{color:#fff}.wv-hero .wv-lead{color:#c5cad1;font-size:1.22rem}.wv-hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:12px}.wv-btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:1rem;line-height:1;padding:14px 22px;border-radius:999px;border:1.5px solid transparent;text-decoration:none;transition:.18s;cursor:pointer}.wv-btn-primary{background:var(--wv-red);color:#fff;border-color:var(--wv-red)}.wv-btn-primary:hover{background:var(--wv-red-deep);border-color:var(--wv-red-deep);color:#fff}.wv-btn-ghost{background:0 0;color:#fff;border-color:rgba(255,255,255,.35)}.wv-btn-ghost:hover{background:rgba(255,255,255,.08);color:#fff}.wv-btn-outline{background:0 0;color:var(--wv-graphite);border-color:var(--wv-graphite)}.wv-btn-outline:hover{background:var(--wv-graphite);color:#fff}.wv-btn-link{color:var(--wv-red);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.wv-btn-link:hover{color:var(--wv-red-deep);text-decoration:underline}.wv-btn-link::after{content:"→";transition:transform .18s}.wv-btn-link:hover::after{transform:translateX(3px)}.wv-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:2.2rem}.wv-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#e6e8eb;font-size:.85rem;font-weight:500;letter-spacing:.02em}.wv-chip-light{background:#fff;border:1px solid var(--wv-line);color:var(--wv-graphite)}.wv-card-grid{display:grid;gap:24px}.wv-card-grid.cols-2,.wv-card-grid.cols-3,.wv-card-grid.cols-4{grid-template-columns:1fr}.wv-card{background:var(--wv-card-bg);border:1px solid var(--wv-line);border-radius:14px;padding:28px;transition:transform .18s,box-shadow .18s,border-color .18s;height:100%;display:flex;flex-direction:column}.wv-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px -28px rgba(15,20,25,.35);border-color:#d6d9dd}.wv-card-icon{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:rgba(173,15,0,.08);color:var(--wv-red);margin-bottom:16px}.wv-card-icon svg{width:22px;height:22px}.wv-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--wv-graphite)}.wv-card p{color:var(--wv-muted);margin-bottom:0;font-size:.98rem;line-height:1.6}.wv-card .wv-btn-link{margin-top:16px}.wv-section-dark .wv-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1)}.wv-section-dark .wv-card h3{color:#fff}.wv-section-dark .wv-card p{color:#c5cad1}.wv-section-dark .wv-card-icon{background:rgba(255,255,255,.08);color:#ff8a7a}.wv-stats{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.wv-card-grid.cols-2,.wv-card-grid.cols-3,.wv-card-grid.cols-4{grid-template-columns:repeat(2,1fr)}.wv-stats{grid-template-columns:repeat(4,1fr)}}.wv-stat-num{font-size:2.5rem;font-weight:800;color:var(--wv-red);letter-spacing:-.02em;line-height:1;margin-bottom:6px}.wv-stat-label{color:var(--wv-muted);font-size:.92rem}.wv-feature-row{display:grid;gap:48px;align-items:center;grid-template-columns:1fr}@media (min-width:992px){.wv-card-grid.cols-3{grid-template-columns:repeat(3,1fr)}.wv-card-grid.cols-4{grid-template-columns:repeat(4,1fr)}.wv-feature-row{grid-template-columns:1.05fr .95fr}}.wv-feature-row.reverse>:first-child{order:2}.wv-feature-art{background:var(--wv-soft);border:1px solid var(--wv-line);border-radius:16px;padding:32px;position:relative;min-height:260px}.wv-terminal{background:#0b0f13;color:#e6e8eb;border-radius:12px;padding:20px 22px;font-family:SFMono-Regular,Consolas,Menlo,monospace;font-size:.85rem;line-height:1.65;border:1px solid #1a1f24}.wv-terminal .t-cmd{color:#fff}.wv-terminal .t-out{color:#c5cad1}.wv-terminal .t-ok{color:#6ad99c}.wv-terminal .t-warn{color:#ffd166}.wv-terminal .t-err{color:#ff8a7a}.wv-terminal .t-muted{color:#6c7480}.wv-table-wrap{overflow-x:auto;border:1px solid var(--wv-line);border-radius:12px}.wv-table{width:100%;border-collapse:collapse;font-size:.95rem}.wv-table td,.wv-table th{padding:14px 18px;text-align:left;border-bottom:1px solid var(--wv-line);vertical-align:top}.wv-table thead th{background:var(--wv-soft);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--wv-muted);font-weight:700}.wv-table tr:last-child td{border-bottom:0}.wv-table td strong{color:var(--wv-graphite)}.wv-bullets{list-style:none;padding:0;margin:0}.wv-bullets li{position:relative;padding:10px 0 10px 28px;border-bottom:1px solid var(--wv-line);color:var(--wv-ink);line-height:1.55}.wv-bullets li:last-child{border-bottom:0}.wv-section-dark .wv-bullets li{color:#e6e8eb;border-bottom-color:rgba(255,255,255,.1)}.wv-section-dark .wv-bullets li::before{background:#ff8a7a}.wv-bullets li::before{content:"";position:absolute;left:0;top:18px;width:14px;height:14px;background:var(--wv-red);mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%23000' d='M7.6 13.2 4.4 10l-1.4 1.4 4.6 4.6 10-10L16.2 4.6z'/></svg>") no-repeat center/contain;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%23000' d='M7.6 13.2 4.4 10l-1.4 1.4 4.6 4.6 10-10L16.2 4.6z'/></svg>") no-repeat center/contain}.wv-cta-banner{background:linear-gradient(135deg,var(--wv-graphite) 0,#1d2530 100%);color:#fff;border-radius:18px;padding:56px 48px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}.wv-cta-banner::after{content:"";position:absolute;right:-120px;top:-120px;width:360px;height:360px;background:radial-gradient(closest-side,rgba(173,15,0,.32),transparent 70%)}.wv-cta-banner h2{color:#fff;margin:0 0 6px;font-size:1.7rem;font-weight:800}.wv-cta-banner p{color:#c5cad1;margin:0;max-width:540px}.wv-cta-banner .wv-cta-actions{display:flex;gap:12px;position:relative;z-index:1}#header .wv-mega{position:absolute!important;top:calc(100% + 4px)!important;left:0;right:auto;min-width:720px;background:#fff!important;border-radius:12px;box-shadow:0 24px 60px -20px rgba(0,0,0,.45);padding:24px!important;display:none!important;z-index:1050;border:1px solid rgba(0,0,0,.06);visibility:hidden;opacity:0;pointer-events:none}#header .wv-mega.show{display:grid!important;grid-template-columns:1.1fr 1fr;gap:24px;visibility:visible;opacity:1;pointer-events:auto}#header .wv-mega-col h6{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--wv-muted);font-weight:700;margin:0 0 12px}#header .wv-mega-item{display:block;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--wv-graphite)!important;transition:background .15s;text-transform:none!important;letter-spacing:0!important;font-weight:500!important;font-size:.95rem!important}#header .wv-mega-item:hover{background:var(--wv-soft)}#header .wv-mega-item strong{display:block;font-weight:700;color:var(--wv-graphite)}#header .wv-mega-item span{display:block;color:var(--wv-muted);font-size:.82rem;margin-top:2px;font-weight:400}#header .wv-has-mega{position:relative}@media (max-width:991px){.wv-feature-row.reverse>:first-child{order:0}#header .wv-mega{position:static;min-width:0;box-shadow:none;padding:0 12px}#header .wv-mega.show{grid-template-columns:1fr;gap:8px}}.wv-footer-cols a{color:#c5cad1;text-decoration:none;font-size:.9rem}.wv-footer-cols a:hover{color:#fff;text-decoration:underline}.wv-ribbon{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px 32px;padding:22px 0;background:var(--wv-soft);border-top:1px solid var(--wv-line);border-bottom:1px solid var(--wv-line)}.wv-ribbon-label{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--wv-muted);font-weight:700}.wv-ribbon-item{font-weight:600;color:var(--wv-graphite);font-size:.95rem}.wv-cmp-yes{color:var(--wv-red);font-weight:700}.wv-cmp-no{color:#adb5bd;font-weight:600}.wv-cmp-na{color:#adb5bd}