:root{--bg:#0b1220;--bg-elevated:#111b2e;--surface:#152238;--border:rgba(148,163,184,.18);--text:#e8eef7;--muted:#94a3b8;--accent:#ef4444;--accent-dim:rgba(185,28,28,.15);--accent-strong:#b91c1c;--accent-deep:#991b1b;--radius:12px;--radius-lg:20px;--shadow:0 24px 80px rgba(0,0,0,.45);--font:"Noto Sans SC","Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--max:1320px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:min(100% - clamp(1.5rem, 5vw, 3.5rem), var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(11,18,32,.92);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;gap:1rem}.brand{display:flex;align-items:center;gap:.65rem;color:var(--text);font-weight:700;font-size:1.15rem;letter-spacing:-.02em;text-decoration:none}.brand:hover,.brand:focus-visible{text-decoration:none;color:var(--text)}.brand__mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent-strong),var(--accent-deep));display:grid;place-items:center;font-size:.9rem;font-weight:800;color:#fff;box-shadow:0 8px 24px rgba(185,28,28,.35)}.brand.brand--lucknext{line-height:1.2;gap:.15rem}.brand.brand--lucknext .brand__mark{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:auto;height:auto;min-height:2.65rem;padding:.5rem .7rem;border-radius:5px;background:#b91c1c;font-size:.9em;font-weight:600;letter-spacing:-.02em;line-height:inherit;box-shadow:none;white-space:nowrap}.brand.brand--lucknext .brand__next{font-size:2rem;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:.25rem}.nav a{color:var(--muted);font-size:.92rem;padding:.45rem .75rem;border-radius:8px;text-decoration:none;transition:color .15s,background .15s}.nav a:hover,.nav a[aria-current=page]{color:var(--text);background:rgba(148,163,184,.1);text-decoration:none}.nav-lang{position:relative;display:flex;align-items:center;margin-left:.35rem;padding-left:.65rem;border-left:1px solid rgba(148,163,184,.28)}.nav-lang__toggle{display:inline-flex;align-items:center;gap:.35rem;margin:0;padding:.4rem .45rem;border:none;border-radius:8px;background:0 0;color:var(--muted);font-family:inherit;font-size:.92rem;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;transition:color .15s,background .15s}.nav-lang__toggle:hover,.nav-lang.is-open .nav-lang__toggle{color:var(--text);background:rgba(148,163,184,.12)}.nav-lang__toggle:focus-visible{outline:2px solid rgba(185,28,28,.45);outline-offset:2px}.nav-lang__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;color:inherit;opacity:.92}.nav-lang__icon svg{display:block;width:1em;height:1em;transform:translateY(.05em)}.nav-lang__current{line-height:1}.nav-lang__caret{flex-shrink:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;align-self:center;opacity:.72;transform:translateY(.06em)}.nav-lang.is-open .nav-lang__caret{opacity:.95}.nav-lang__panel{position:absolute;top:calc(100% + 6px);right:0;min-width:11rem;padding:.35rem 0;margin:0;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 14px 40px rgba(15,23,42,.14);z-index:80}.nav-lang__panel[hidden]{display:none !important}.nav-lang__option{display:block;padding:.5rem 1rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .18s ease;border-radius:6px}.nav .nav-lang__panel a.nav-lang__option{position:relative;color:#334155;background:0 0}.nav .nav-lang__panel a.nav-lang__option .nav-lang__label{position:relative;display:inline-block}.nav .nav-lang__panel a.nav-lang__option .nav-lang__label:after{content:"";position:absolute;left:0;right:0;bottom:-.18em;height:1px;background:currentColor;opacity:.65;transform:scaleX(0);transform-origin:left center;transition:transform .22s ease;pointer-events:none}.nav .nav-lang__panel a.nav-lang__option:hover{color:#0f172a;background:0 0;text-decoration:none}.nav .nav-lang__panel a.nav-lang__option:hover .nav-lang__label:after{transform:scaleX(1)}.nav .nav-lang__panel a.nav-lang__option:focus-visible{outline:2px solid rgba(185,28,28,.45);outline-offset:1px}.nav .nav-lang__panel a.nav-lang__option--current{font-weight:400;color:#991b1b;background:0 0}.nav .nav-lang__panel a.nav-lang__option--current:hover{color:#7f1d1d;background:0 0;text-decoration:none}.nav .nav-lang__panel a.nav-lang__option--current:hover .nav-lang__label:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.nav .nav-lang__panel a.nav-lang__option .nav-lang__label:after{transition:none}}.nav-toggle{display:none;background:0 0;border:1px solid var(--border);color:var(--text);padding:.4rem .65rem;border-radius:8px;cursor:pointer;font-size:1rem}@media (max-width:900px){.nav-toggle{display:block}.nav{position:fixed;top:4.5rem;left:1rem;right:1rem;bottom:auto;max-height:min(
      calc(100vh - 5rem - env(safe-area-inset-bottom, 0px)),
      calc(100dvh - 5rem - env(safe-area-inset-bottom, 0px))
    );background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;flex-direction:column;align-items:stretch;box-shadow:var(--shadow);display:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:100}.nav.is-open{display:flex}body.is-nav-open{overflow:hidden;touch-action:none}.nav-lang{width:100%;margin-left:0;padding-left:0;padding-top:.65rem;margin-top:.35rem;border-left:none;border-top:1px solid var(--border);flex-direction:column;align-items:stretch}.nav-lang__toggle{justify-content:center;width:100%}.nav-lang__panel{position:static;width:100%;margin-top:.35rem;box-shadow:none;border-radius:8px}.nav-drop{flex-direction:column;align-items:stretch;width:100%}.nav-drop>a:first-of-type{align-self:flex-start}.nav-drop__panel{position:static;display:flex;flex-direction:column;padding:.35rem 0 .35rem .85rem;margin-top:.15rem;border-left:2px solid var(--border);box-shadow:none;border-radius:0;background:0 0;gap:.1rem}.nav-drop__panel a{font-size:.88rem}}@media (min-width:901px){.nav-drop{position:relative;display:flex;align-items:center}.nav-drop__panel{position:absolute;top:100%;left:0;min-width:220px;padding:.4rem;flex-direction:column;align-items:stretch;gap:.05rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);display:none;z-index:60}.nav-drop__panel:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:12px}.nav-drop:hover .nav-drop__panel,.nav-drop:focus-within .nav-drop__panel{display:flex}.nav-drop__panel a{border-radius:8px;white-space:nowrap}}.hero{position:relative;padding:4rem 0 5rem;overflow:hidden}.hero:before{content:"";position:absolute;inset:-40% -20% auto -20%;height:120%;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(239,68,68,.18),transparent 70%);pointer-events:none}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}@media (min-width:901px){.hero__grid{gap:clamp(2.5rem, 5vw, 4.5rem);grid-template-columns:1.12fr .88fr}}@media (max-width:900px){.hero__grid{grid-template-columns:1fr}}.hero__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.hero h1{font-size:clamp(2rem, 4.8vw, 3.35rem);line-height:1.2;margin:0 0 .55rem;letter-spacing:-.03em}.hero__subhead{font-size:clamp(1.05rem, 2.35vw, 1.35rem);font-weight:500;line-height:1.45;margin:0 0 1.15rem;max-width:100%;color:var(--muted)}.hero__lead{font-size:1.12rem;color:var(--muted);margin:0 0 2rem;max-width:100%;line-height:1.75}.copy-stack{display:flex;flex-direction:column;gap:.65em}.copy-stack>p{margin:0}.hero__lead.copy-stack{line-height:1.75}.hero__lead.copy-stack p{font-size:inherit;color:inherit}.page-marketing .feature-split__body>.copy-stack{margin:0 0 1rem;color:#64748b;font-size:1rem;line-height:1.8}.page-marketing .feature-split__body>.copy-stack>p{margin:0}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__actions .btn{padding:.82rem 1.5rem;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.35rem;border-radius:10px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;text-decoration:none;transition:transform .12s,filter .12s}.btn:active{transform:scale(.98)}.btn--primary{background:linear-gradient(135deg,var(--accent-strong),var(--accent-deep));color:#fff;box-shadow:0 12px 40px rgba(185,28,28,.35)}.btn--primary:hover{filter:brightness(1.06);text-decoration:none;color:#fff}.btn--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn--secondary:hover{border-color:rgba(239,68,68,.4);text-decoration:none;color:var(--text)}a.btn.btn--primary,a.btn.btn--primary:hover{color:#fff}a.btn.btn--secondary{color:#0f172a}a.btn.btn--secondary:hover{color:#b91c1c}.hero__panel{background:linear-gradient(160deg,var(--surface),var(--bg-elevated));border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow)}.hero__panel-title,.tabs-split__visual-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 1rem}.mock-ui{border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);overflow:hidden}.mock-ui__bar{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:rgba(148,163,184,.08);border-bottom:1px solid var(--border)}.mock-ui__dot{width:10px;height:10px;border-radius:50%;background:#64748b}.mock-ui__dot:nth-child(1){background:#f87171}.mock-ui__dot:nth-child(2){background:#fbbf24}.mock-ui__dot:nth-child(3){background:#34d399}.mock-ui__body{padding:1.25rem;font-size:.85rem;color:var(--muted);font-family:ui-monospace,monospace;line-height:1.5}.mock-ui__tag{display:inline-block;padding:.2rem .5rem;border-radius:4px;background:var(--accent-dim);color:var(--accent);margin-right:.35rem}section{padding:3.5rem 0}.section-title{font-size:1.5rem;margin:0 0 .5rem;letter-spacing:-.02em}.section-desc{color:var(--muted);margin:0 0 2rem;max-width:52ch}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width:900px){.cards{grid-template-columns:1fr}}.cards--6{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.cards--6{grid-template-columns:1fr}}@media (min-width:901px) and (max-width:1100px){.cards--6{grid-template-columns:repeat(2,1fr)}}.ecosystem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.ecosystem-grid--spaced{margin-bottom:2rem}@media (max-width:700px){.ecosystem-grid{grid-template-columns:1fr}}.ecosystem-item{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;transition:border-color .2s,box-shadow .2s,transform .2s}body:not(.has-light-sections):not(.page-marketing) .ecosystem-item:hover{border-color:rgba(239,68,68,.3);box-shadow:0 6px 24px rgba(0,0,0,.2);transform:translateY(-1px)}.ecosystem-item h3{margin:0 0 .5rem;font-size:1.02rem}.ecosystem-item p{margin:0;font-size:.9rem;color:var(--muted);line-height:1.55}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem;transition:border-color .2s,transform .2s}.card:hover{border-color:rgba(239,68,68,.35);transform:translateY(-2px)}.card__icon{width:40px;height:40px;border-radius:10px;background:var(--accent-dim);display:grid;place-items:center;font-size:1.1rem;margin-bottom:.85rem}.card h3{margin:0 0 .5rem;font-size:1.05rem}.card p{margin:0;font-size:.92rem;color:var(--muted)}.pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width:700px){.pillars{grid-template-columns:1fr}}.pillars--single{max-width:560px;margin-inline:auto;grid-template-columns:1fr}.pillar{position:relative;display:block;padding:1.75rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(145deg,var(--surface),var(--bg-elevated));text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.pillar__stretch{position:absolute;inset:0;z-index:2;border-radius:inherit;cursor:pointer}.pillar__stretch:focus{outline:none}.pillar__stretch:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.pillar .pillar__label,.pillar h2,.pillar p,.pillar .pillar__arrow{position:relative;z-index:1}.pillar:hover{border-color:rgba(239,68,68,.45);box-shadow:0 16px 48px rgba(0,0,0,.35);text-decoration:none}.pillar__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.pillar h2{margin:0 0 .5rem;font-size:1.35rem}.pillar p{margin:0;color:var(--muted);font-size:.95rem}.pillar__arrow{margin-top:1rem;font-weight:600;color:var(--accent)}.download-strip{background:linear-gradient(90deg,rgba(239,68,68,.12),rgba(127,29,29,.12));border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.download-strip h2{margin:0 0 .35rem;font-size:1.35rem}.download-strip p{margin:0;color:var(--muted)}.page-hero{padding:3rem 0 2rem;border-bottom:1px solid var(--border)}.page-hero h1{margin:0 0 .75rem;font-size:clamp(1.65rem, 3vw, 2.25rem);letter-spacing:-.02em}.page-hero .lead{color:var(--muted);font-size:1.1rem;margin:0;max-width:60ch;line-height:1.8}.page-hero .lead.copy-stack{margin:0;max-width:60ch}.page-marketing .page-hero .lead--after-stack{margin-top:1rem;font-size:1rem;opacity:.95}body:not(.has-light-sections):not(.page-marketing)>main{background:radial-gradient(ellipse 70% 45% at 50% -15%,rgba(239,68,68,.14),transparent 55%),linear-gradient(180deg,#0d1524 0%,var(--bg) 320px)}body:not(.has-light-sections):not(.page-marketing) .page-hero{padding:3.25rem 0 2.35rem;background:linear-gradient(165deg,rgba(17,27,46,.92) 0%,rgba(11,18,32,.4) 100%);border-bottom:1px solid var(--border);position:relative}body:not(.has-light-sections):not(.page-marketing) .page-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(239,68,68,.28),transparent)}body:not(.has-light-sections):not(.page-marketing) .page-hero .lead{line-height:1.75}body:not(.has-light-sections):not(.page-marketing) .content-block{padding:2.75rem 0 3rem}body:not(.has-light-sections):not(.page-marketing) .content-block>.container.prose,body:not(.has-light-sections):not(.page-marketing) .content-block>.container.prose-wide{padding:2rem 2.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(165deg,rgba(17,27,46,.55),rgba(11,18,32,.35));box-shadow:0 8px 40px rgba(0,0,0,.22)}body:not(.has-light-sections):not(.page-marketing) .content-block>.container:has(.post-list),body:not(.has-light-sections):not(.page-marketing) .content-block>.container:has(>.form){padding:2rem 2.25rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(165deg,rgba(17,27,46,.55),rgba(11,18,32,.35));box-shadow:0 8px 40px rgba(0,0,0,.22)}@media (max-width:600px){body:not(.has-light-sections):not(.page-marketing) .content-block>.container.prose,body:not(.has-light-sections):not(.page-marketing) .content-block>.container.prose-wide,body:not(.has-light-sections):not(.page-marketing) .content-block>.container:has(.post-list),body:not(.has-light-sections):not(.page-marketing) .content-block>.container:has(>.form){padding:1.35rem 1.15rem;border-radius:var(--radius)}}body:not(.has-light-sections):not(.page-marketing) .container.prose h2,body:not(.has-light-sections):not(.page-marketing) .container.prose-wide h2{font-size:1.35rem;margin:2rem 0 .85rem;padding-bottom:.5rem;border-bottom:1px solid rgba(148,163,184,.15);letter-spacing:-.02em;color:var(--text)}body:not(.has-light-sections):not(.page-marketing) .container.prose h2:first-child,body:not(.has-light-sections):not(.page-marketing) .container.prose-wide h2:first-child{margin-top:0}body:not(.has-light-sections):not(.page-marketing) .container.prose>ul>li::marker,body:not(.has-light-sections):not(.page-marketing) .container.prose-wide>ul>li::marker{color:var(--accent-strong)}body:not(.has-light-sections):not(.page-marketing) .site-footer{margin-top:3rem;padding-top:3rem}.content-block{padding:2.5rem 0}.content-block h2{font-size:1.25rem;margin:2rem 0 .75rem}.content-block h2:first-child{margin-top:0}.content-block p,.content-block li{color:var(--muted)}.content-block ul{padding-left:1.25rem}.prose{max-width:720px}.prose-wide{max-width:880px}.prose-table{width:100%;border-collapse:collapse;font-size:.92rem;margin:1rem 0 1.5rem}.prose-table th,.prose-table td{border:1px solid var(--border);padding:.65rem .85rem;text-align:left}.prose-table th{background:var(--bg-elevated);color:var(--text);font-weight:600}.prose-stack{display:grid;gap:1rem;margin:1.15rem 0 1.75rem}.prose-stack .prose-seo-item{padding:1.15rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:rgba(11,18,32,.45);transition:border-color .2s,background .2s,box-shadow .2s}.prose-stack .prose-seo-item:hover{border-color:rgba(239,68,68,.28);background:rgba(17,27,46,.65);box-shadow:0 4px 20px rgba(0,0,0,.18)}.prose-stack .prose-seo-item h3{font-size:1.08rem;font-weight:600;margin:0 0 .45rem;color:var(--text);line-height:1.35}.prose-stack .prose-seo-item p{margin:0;font-size:.95rem;color:var(--muted);line-height:1.65}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px, 1fr));gap:1.25rem;margin-bottom:2rem}.contact-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.contact-card h3{margin:0 0 .5rem;font-size:1rem}.contact-card p{margin:0;font-size:.9rem;color:var(--muted)}.blog-meta{font-size:.8rem;color:var(--muted);margin-bottom:.35rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.post-list{list-style:none;padding:0;margin:0}.post-list li{border-bottom:1px solid var(--border);padding:1.25rem 0}body:not(.has-light-sections):not(.page-marketing) .post-list li{border-bottom:none;padding:1.1rem 1.15rem;margin-bottom:.65rem;border-radius:var(--radius);background:rgba(11,18,32,.4);border:1px solid rgba(148,163,184,.12);transition:border-color .2s,background .2s}body:not(.has-light-sections):not(.page-marketing) .post-list li:hover{border-color:rgba(239,68,68,.25);background:rgba(17,27,46,.5)}body:not(.has-light-sections):not(.page-marketing) .post-list li:last-child{margin-bottom:0}.post-list a{font-weight:600;font-size:1.05rem;color:var(--text)}.post-list a:hover{color:var(--accent)}.post-list span{display:block;font-size:.85rem;color:var(--muted);margin-top:.35rem}.form{max-width:480px;display:grid;gap:1rem}.form label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.form input,.form textarea{width:100%;padding:.65rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-family:inherit;font-size:1rem}.form textarea{min-height:120px;resize:vertical}.form select{width:100%;padding:.65rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-family:inherit;font-size:1rem}.form-note{font-size:.85rem;color:var(--muted)}.luck-contact-form-mount .wpcf7-form{display:grid;gap:1rem}.luck-contact-form-mount .wpcf7-form-control:not(.wpcf7-submit){width:100%;padding:.65rem .85rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-family:inherit;font-size:1rem}body.page-marketing.has-light-sections .luck-contact-form-mount .wpcf7-form-control:not(.wpcf7-submit){background:#fff;border-color:#e2e8f0;color:#0f172a}.luck-contact-form-mount .wpcf7-form-control:focus{outline:2px solid rgba(185,28,28,.35);outline-offset:1px}.luck-contact-form-mount .wpcf7-submit{padding:.65rem 1.5rem;border-radius:8px;border:none;background:linear-gradient(135deg,var(--accent-strong),var(--accent-deep));color:#fff;font-weight:600;cursor:pointer;width:auto;justify-self:center}.luck-contact-form-mount .wpcf7-not-valid-tip{font-size:.85rem;color:#dc2626}.luck-contact-form-mount .wpcf7-response-output{margin:1rem 0 0;padding:.75rem 1rem;border-radius:8px;font-size:.95rem;line-height:1.55;color:#334155;border:1px solid #e2e8f0;background:#f8fafc}body.page-marketing.has-light-sections .luck-contact-form-mount .wpcf7-response-output{color:#1e293b;border-color:#cbd5e1;background:#f1f5f9}.luck-contact-form-mount .wpcf7-response-output.wpcf7-mail-sent-ok{color:#14532d;border-color:#86efac;background:#f0fdf4}.luck-contact-form-mount .wpcf7-response-output.wpcf7-mail-sent-ng,.luck-contact-form-mount .wpcf7-response-output.wpcf7-validation-errors,.luck-contact-form-mount .wpcf7-response-output.wpcf7-aborted,.luck-contact-form-mount .wpcf7-response-output.wpcf7-spam-blocked{color:#7f1d1d;border-color:#fecaca;background:#fef2f2}.luck-contact-form-mount--active~.luck-contact-form__fallback{display:none}body.page-marketing.has-light-sections .luck-contact-form__fallback{color:#64748b}body.page-marketing.has-light-sections .luck-contact-form__fallback a{color:#b91c1c}.spec-note{margin:1.5rem 0;padding:1.1rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);border-left:4px solid var(--accent);background:var(--bg-elevated);font-size:.92rem;color:var(--muted);line-height:1.65}.spec-note h3{margin:0 0 .65rem;font-size:1rem;color:var(--text)}.spec-note ul{margin:.5rem 0 0;padding-left:1.2rem}.spec-note li{margin:.35rem 0}.spec-note p{margin:.5rem 0 0}.site-footer{background:rgba(11,18,32,.92);border-top:1px solid var(--border);padding:2.5rem 0;margin-top:2rem;color:#fff}.site-footer__grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:2rem}.site-footer__grid--has-extra{grid-template-columns:minmax(0, 1.05fr) repeat(3, minmax(0, 0.62fr)) minmax(0, 1.55fr);gap:1.2rem 1.35rem;padding-bottom:1.35rem}.site-footer__grid:has(.site-footer__extra){padding-bottom:1.35rem}@media (max-width:800px){.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__grid--has-extra .site-footer__extra{grid-column:1/-1}}@media (max-width:500px){.site-footer__grid{grid-template-columns:1fr}}.site-footer h3{font-size:1.02rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 1rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.5rem}.site-footer a{color:#fff;font-size:.92rem}.site-footer a:hover,.site-footer a:focus-visible{color:var(--accent)}.site-footer a.brand.brand--lucknext,.site-footer a.brand.brand--lucknext:hover,.site-footer a.brand.brand--lucknext:focus-visible{color:#fff}.site-footer a.brand.brand--lucknext .brand__mark,.site-footer a.brand.brand--lucknext .brand__next{color:#fff}.site-footer__intro{min-width:0}.site-footer__intro-content{font-size:.92rem;color:#fff;line-height:1.55}.site-footer__extra{min-width:0;align-self:start}.site-footer__extra-content{font-size:.92rem;color:#fff;line-height:1.55}.site-footer__intro-content div,.site-footer__extra-content div,.site-footer__bottom-content div{margin-bottom:1rem}.site-footer__intro-content div:last-child,.site-footer__extra-content div:last-child,.site-footer__bottom-content div:last-child{margin-bottom:0}.site-footer__intro-content :where(p,ul,ol),.site-footer__extra-content :where(p,ul,ol),.site-footer__bottom-content :where(p,ul,ol){margin:0 0 .65rem}.site-footer__intro-content :where(p:last-child,ul:last-child,ol:last-child),.site-footer__extra-content :where(p:last-child,ul:last-child,ol:last-child),.site-footer__bottom-content :where(p:last-child,ul:last-child,ol:last-child){margin-bottom:0}.site-footer__intro-content a,.site-footer__extra-content a,.site-footer__bottom-content a{color:#fff}.site-footer__intro-content a:hover,.site-footer__intro-content a:focus-visible,.site-footer__extra-content a:hover,.site-footer__extra-content a:focus-visible,.site-footer__bottom-content a:hover,.site-footer__bottom-content a:focus-visible{color:var(--accent)}.site-footer__intro-content img,.site-footer__extra-content img,.site-footer__bottom-content img{max-width:100%;height:auto;display:block}.site-footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.85rem;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.site-footer__bottom--custom{display:block}.site-footer__bottom-content{width:100%}.site-footer [style*=color]{color:#fff !important}.text-center{text-align:center}.mt-0{margin-top:0}body.page-marketing{background:#f8fafc}body.page-marketing>main{background:linear-gradient(180deg,#fff 0%,#f1f5f9 12%,#f8fafc 100%)}body.page-marketing .page-hero{padding:clamp(3.5rem, 7vw, 5rem) 0 clamp(3rem, 5vw, 3.75rem);background:linear-gradient(180deg,#fff 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0}body.page-marketing .page-hero:after{display:none}body.page-marketing .page-hero h1{color:#0f172a;font-size:clamp(2rem, 4.8vw, 3.35rem);margin:0 0 .55rem}body.page-marketing .page-hero .lead{color:#475569;max-width:100%;line-height:1.8}body.page-marketing .page-hero .lead.copy-stack{max-width:100%}body.page-marketing.has-light-sections .page-band .feature-split .feature-split__body>h2:first-child{margin-top:0}body.page-marketing.has-light-sections .feature-split__body>h2{font-size:clamp(1.35rem, 2.2vw, 1.65rem);font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 1rem;line-height:1.35}body.page-marketing.has-light-sections .feature-split__body>ul:not(.check-list){margin:0 0 1rem;padding-left:1.25rem;color:#334155;font-size:1rem;line-height:1.75}body.page-marketing.has-light-sections .feature-split__body>ul:not(.check-list) li{margin-bottom:.65rem}body.page-marketing.has-light-sections .feature-split__body>ul:not(.check-list) li:last-child{margin-bottom:0}body.page-marketing.has-light-sections .feature-split__body>ul:not(.check-list) a{color:#b91c1c;font-weight:600}body.page-marketing.has-light-sections .feature-split__body>ul:not(.check-list) a:hover{color:#991b1b}body.solution-page .page-hero .copy-stack p+p{margin-top:.85rem}body.solution-page .band-prose h3{font-size:1.1rem;margin-top:1.35rem;margin-bottom:.5rem;color:#0f172a}body.solution-page .feature-split__body>p{color:#334155;font-size:1.05rem}body.solution-page .visual-card__hint{color:#334155;font-size:.95rem}body.solution-page .visual-card__mockline{color:#475569;font-size:.875rem}body.solution-page .feature-split__list{margin:0 0 1rem;padding-left:1.15rem;color:#334155;font-size:1.05rem;line-height:1.85}body.solution-page .feature-split__list li{margin-bottom:.65rem}body.solution-page .feature-split__list li:last-child{margin-bottom:0}body.page-marketing .site-footer{margin-top:0;border-top-color:var(--border)}.page-band{padding:clamp(3rem, 6vw, 5rem) 0}.page-band--tint{background:linear-gradient(180deg,#eef4ff 0%,#f0f5ff 45%,#f8fafc 100%)}.page-band--white{background:#fff}.page-band--soft{background:#f8fafc}.band-header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.band-header h2{margin:0 0 .75rem;font-size:clamp(1.45rem, 2.8vw, 1.9rem);font-weight:700;color:#0f172a;letter-spacing:-.02em}.band-header__lead{margin:0;color:#64748b;font-size:1.05rem;line-height:1.8}.band-header .band-header__lead:has(>p+p){display:flex;flex-direction:column;gap:.6em}.band-header .band-header__lead:has(>p+p)>p{margin:0}.band-header--lead-left .band-header__lead{text-align:left}.feature-split{display:grid;grid-template-columns:minmax(0, 1.08fr) minmax(0, 1fr);gap:clamp(1.75rem, 4vw, 3rem);align-items:center}.feature-split--reverse .feature-split__visual{order:2}.feature-split--reverse .feature-split__body{order:1}@media (max-width:900px){.feature-split{grid-template-columns:1fr;gap:2rem}.feature-split--reverse .feature-split__visual{order:0}.feature-split--reverse .feature-split__body{order:1}}.feature-split__body h3{margin:0 0 .65rem;font-size:1.28rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.feature-split__body>h3~h3{margin-top:1.35rem}.feature-split__body>p{margin:0 0 1rem;color:#64748b;font-size:1rem;line-height:1.8}.feature-split__body .band-inline-link{margin:1.15rem 0 0;font-size:.95rem}.feature-split__body .band-inline-link a{color:#b91c1c;font-weight:600}.feature-split__body .band-inline-link a:hover{color:#991b1b}.visual-card{border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px rgba(15,23,42,.08),0 4px 16px rgba(15,23,42,.04);overflow:hidden}.visual-card__chrome{display:flex;gap:6px;align-items:center;padding:10px 14px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.visual-card__chrome span{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.visual-card__chrome span:nth-child(1){background:#f87171}.visual-card__chrome span:nth-child(2){background:#fbbf24}.visual-card__chrome span:nth-child(3){background:#34d399}.visual-card__body{padding:1.5rem 1.35rem 1.85rem;min-height:200px;background:linear-gradient(160deg,#f0f9ff 0%,#fff 42%,#f8fafc 100%)}.visual-card__badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b91c1c;background:rgba(185,28,28,.12);padding:.35rem .65rem;border-radius:6px;margin-bottom:.85rem}.visual-card__hint{margin:0;font-size:.9rem;color:#64748b;line-height:1.65}.visual-card__mockline{margin:.85rem 0 0;font-family:ui-monospace,monospace;font-size:.78rem;color:#94a3b8;line-height:1.55}.band-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:1.15rem}.band-card-grid--fluid{grid-template-columns:repeat(auto-fit,minmax(260px, 1fr))}@media (max-width:700px){.band-card-grid{grid-template-columns:1fr}}.band-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.35rem;box-shadow:0 4px 22px rgba(15,23,42,.06);transition:box-shadow .2s,border-color .2s}.band-card:hover{border-color:rgba(185,28,28,.35);box-shadow:0 10px 36px rgba(15,23,42,.1)}.band-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:#0f172a}.band-card h3 a{color:inherit;text-decoration:none}.band-card h3 a:hover{color:#b91c1c;text-decoration:underline}.band-card p{margin:0;font-size:.92rem;color:#64748b;line-height:1.55}.page-band .prose-stack .prose-seo-item{background:#fff;border-color:#e2e8f0;box-shadow:0 2px 14px rgba(15,23,42,.04)}.page-band .prose-stack .prose-seo-item:hover{border-color:rgba(185,28,28,.35);background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.08)}.page-band .prose-stack .prose-seo-item h3{color:#0f172a}.page-band .prose-stack .prose-seo-item p{color:#64748b}.band-prose{max-width:880px;margin:0 auto}.band-prose--narrow{max-width:720px}.band-prose--split-outer{max-width:min(100%, 960px);margin-inline:auto;width:100%}.band-prose-split{display:grid;grid-template-columns:1fr;gap:2.25rem;width:100%}.band-prose-split__col>.band-header--pair{text-align:center;margin-left:auto;margin-right:auto;max-width:100%;margin-bottom:1.35rem}.band-prose-split__col>.band-header--pair:first-child{margin-top:0}.band-prose-split__links{margin:0;padding-left:1.25rem;color:#64748b;line-height:1.75}.band-prose-split__links li{margin-bottom:.5rem}.band-prose-split__links li:last-child{margin-bottom:0}.band-prose-split__cta{grid-column:1/-1;padding-top:.25rem;text-align:center}.band-prose-split__cta .cta-row{justify-content:center}@media (min-width:900px){.band-prose-split{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:clamp(1.75rem, 4vw, 2.75rem);align-items:start}.band-prose-split__cta{border-top:1px solid #e2e8f0;padding-top:1.75rem;margin-top:.25rem}}.container--article{max-width:800px}body.has-light-sections .container--article{padding-inline:clamp(1rem, 4vw, 1.75rem);box-sizing:border-box}.band-header--follow{margin-top:2.75rem;margin-bottom:1.15rem}.band-prose>h2{font-size:1.35rem;margin:2rem 0 .85rem;color:#0f172a}.band-prose>h2:first-child{margin-top:0}.band-prose>h3{font-size:1.2rem;font-weight:600;margin:1.5rem 0 .65rem;color:#0f172a;letter-spacing:-.01em;line-height:1.35}.band-prose>p,.band-prose li{color:#64748b;line-height:1.8}.page-marketing .band-prose code{font-size:inherit;font-family:ui-monospace,"Cascadia Code","Segoe UI Mono",monospace;padding:.12em .4em;background:#f1f5f9;border-radius:4px;color:#334155}.band-prose>ul{padding-left:1.25rem}.band-prose>ol{padding-left:1.35rem;color:#64748b;line-height:1.75}.page-marketing .band-prose>.copy-stack{margin:0 0 1rem;color:#64748b;font-size:1rem;line-height:1.8}.page-marketing .band-prose>.copy-stack>p{margin:0}.band-prose>ol li{margin-bottom:.5rem}.page-band .band-prose a{color:#b91c1c}.page-band .band-prose a:hover{color:#991b1b}.page-band .band-prose a.btn.btn--primary,.page-band .band-prose a.btn.btn--primary:hover{color:#fff}.page-band .band-prose a.btn.btn--secondary{color:#0f172a}.page-band .band-prose a.btn.btn--secondary:hover{color:#b91c1c}.page-band .spec-note{background:#fff;border-color:#e2e8f0;border-left-color:#b91c1c;color:#475569}.page-band .spec-note h3{color:#0f172a}.page-band .form input:not([type=submit]):not([type=button]),.page-band .form textarea,.page-band .form select{background:#fff;border-color:#cbd5e1;color:#0f172a}.page-band .luck-contact-form-mount .wpcf7-submit{width:auto;min-width:7.5rem;justify-self:center;background:linear-gradient(135deg,#b91c1c,var(--accent-deep));color:#fff;border:none;box-shadow:0 8px 28px rgba(2,132,199,.28)}.page-band .luck-contact-form-mount .wpcf7-submit:hover{filter:brightness(1.05)}.page-band .luck-contact-form-mount .wpcf7-submit:focus-visible{outline:2px solid rgba(2,132,199,.45);outline-offset:2px}.page-band .form label{color:#334155}.form--contact{max-width:520px;margin-inline:auto}.contact-grid--spaced{margin-top:2.5rem;margin-bottom:0}.page-band .cta-row{flex-wrap:wrap;justify-content:center}.page-band .cta-row--start{justify-content:flex-start}.page-band .btn--primary{background:linear-gradient(135deg,#b91c1c,var(--accent-deep));box-shadow:0 8px 28px rgba(2,132,199,.28)}.page-band .btn--secondary{border-color:#cbd5e1;color:#0f172a;background:#fff}.page-band .btn--secondary:hover{border-color:#b91c1c;color:#b91c1c}.band-note{margin:0 0 1.5rem;padding:.9rem 1.1rem;border-radius:10px;border:1px solid #e2e8f0;background:rgba(255,255,255,.85);font-size:.92rem;color:#64748b;line-height:1.6}.band-note strong{color:#0f172a}.band-note--flush{margin-top:1.5rem;margin-bottom:0}.page-band .ecosystem-item{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 20px rgba(15,23,42,.05)}.page-band .ecosystem-item h3{color:#0f172a}.page-band .ecosystem-item p{color:#64748b}.page-band .contact-card{background:#fff;border-color:#e2e8f0}.page-band .contact-card h3{color:#0f172a}.page-band .contact-card p{color:#64748b}body.page-marketing .post-list li{background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 12px rgba(15,23,42,.04);padding-inline:clamp(0.85rem, 2.5vw, 1.25rem)}body.page-marketing .post-list li:hover{border-color:rgba(185,28,28,.35);background:#fff}body.page-marketing .post-list a{color:#0f172a}body.page-marketing .post-list a:hover{color:#b91c1c}.section-light{background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);color:#0f172a;padding:clamp(4rem, 8vw, 5.75rem) 0}.section-light a:not(.btn){color:#b91c1c}.section-light .section-light__title{text-align:center;font-size:clamp(1.65rem, 3.2vw, 2.2rem);font-weight:700;margin:0 0 1rem;color:#0f172a;letter-spacing:-.02em}.section-light .section-light__lead{text-align:center;max-width:720px;margin:0 auto 3rem;color:#64748b;font-size:1.06rem;line-height:1.8}.section-light .section-light__lead:has(>p+p){display:flex;flex-direction:column;gap:.65em}.section-light .section-light__lead:has(>p+p)>p{margin:0}.feature-grid-12{display:grid;grid-template-columns:repeat(6,1fr);gap:1.15rem}@media (min-width:901px){.feature-grid-12{gap:1.3rem}}@media (max-width:1100px){.feature-grid-12{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.feature-grid-12{grid-template-columns:repeat(2,1fr)}}.feature-tile{background:#fff;border-radius:14px;padding:1.5rem 1rem;text-align:center;box-shadow:0 4px 24px rgba(15,23,42,.06);border:1px solid rgba(148,163,184,.2);transition:box-shadow .2s,transform .2s}.feature-tile:hover{box-shadow:0 12px 40px rgba(15,23,42,.1);transform:translateY(-2px)}.feature-tile__icon{width:52px;height:52px;margin:0 auto .85rem;border-radius:14px;display:grid;place-items:center;font-size:1.45rem;line-height:1}.feature-tile h3{margin:0 0 .4rem;font-size:.98rem;font-weight:700;color:#1e293b}.feature-tile p{margin:0;font-size:.82rem;color:#64748b;line-height:1.45}.tabs{max-width:960px;margin:0 auto}.tabs__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.35rem;background:rgba(255,255,255,.9);border-radius:999px;border:1px solid #e2e8f0;margin-bottom:2rem;box-shadow:0 2px 12px rgba(15,23,42,.04)}.tabs__btn{border:none;background:0 0;color:#64748b;font-family:inherit;font-size:.9rem;font-weight:500;padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.tabs__btn:hover{color:#b91c1c;background:rgba(185,28,28,.08)}.tabs__btn.is-active{background:#fff;color:#b91c1c;font-weight:600;box-shadow:0 2px 12px rgba(185,28,28,.2)}.tabs__panel{display:none}.tabs__panel.is-active{display:block}.tabs-split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media (max-width:900px){.tabs-split{grid-template-columns:1fr;gap:1.75rem}.tabs-split--visual-first .tabs-split__visual{order:-1}}.tabs-split__text h3{margin:0 0 .75rem;font-size:1.35rem;color:#0f172a}.tabs-split__text .tabs-split__lead{margin:0 0 1.25rem;color:#64748b;font-size:1rem;line-height:1.65}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding-left:1.65rem;margin-bottom:.75rem;color:#475569;font-size:.95rem;line-height:1.55}.check-list li:before{content:"";position:absolute;left:0;top:.35rem;width:1.1rem;height:1.1rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b91c1c'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat}.check-list--centered{max-width:640px;margin-inline:auto}.tabs-split__visual{border-radius:var(--radius-lg);min-height:0;background:linear-gradient(160deg,var(--surface),var(--bg-elevated));border:1px solid var(--border);padding:1.5rem;box-shadow:var(--shadow)}.industry-row{display:flex;gap:1.25rem;overflow-x:auto;padding:.25rem 0 1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.industry-row::-webkit-scrollbar{height:6px}.industry-row::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.industry-card{flex:0 0 min(300px, 85vw);scroll-snap-align:start;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 8px 30px rgba(15,23,42,.06)}.industry-card__img{aspect-ratio:16/10;background:linear-gradient(135deg,#cbd5e1,#94a3b8);display:grid;place-items:center;color:#fff;font-size:2rem}.industry-card__body{padding:1.15rem 1.25rem 1.35rem}.industry-card__body h3{margin:0 0 .5rem;font-size:1.05rem;color:#0f172a}.industry-card__body h3 a{color:inherit;text-decoration:none}.industry-card__body h3 a:hover{color:#b91c1c;text-decoration:underline}.industry-card__body p{margin:0;font-size:.86rem;color:#64748b;line-height:1.55;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.section-light+.section-light{padding-top:0}body.has-light-sections .site-header{background:rgba(255,255,255,.96);border-bottom:1px solid #e2e8f0;border-bottom-color:rgba(148,163,184,.25)}body.has-light-sections .brand.brand--lucknext{color:#0f172a}body.has-light-sections .brand.brand--lucknext:hover,body.has-light-sections .brand.brand--lucknext:focus-visible{color:#0f172a}body.has-light-sections .site-footer .brand.brand--lucknext,body.has-light-sections .site-footer .brand.brand--lucknext:hover,body.has-light-sections .site-footer .brand.brand--lucknext:focus-visible{color:#fff}body.has-light-sections .nav a{color:#475569}body.has-light-sections .nav a:hover,body.has-light-sections .nav a[aria-current=page]{color:#0f172a;background:rgba(15,23,42,.06)}body.has-light-sections .nav-lang{border-left-color:#e2e8f0}body.has-light-sections .nav-lang__toggle{color:#64748b}body.has-light-sections .nav-lang__toggle:hover,body.has-light-sections .nav-lang.is-open .nav-lang__toggle{color:#0f172a;background:rgba(15,23,42,.06)}body.has-light-sections .nav-lang__panel{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 48px rgba(15,23,42,.1)}body.has-light-sections .nav-toggle{border-color:#cbd5e1;color:#0f172a}@media (max-width:900px){body.has-light-sections .nav{background:#fff;border-color:#e2e8f0;box-shadow:0 20px 50px rgba(15,23,42,.12)}body.has-light-sections .nav-drop__panel{border-left-color:#e2e8f0}}@media (min-width:901px){body.has-light-sections .nav-drop__panel{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 48px rgba(15,23,42,.1)}}body.has-light-sections .hero{padding:clamp(3.75rem, 10vw, 6.5rem) 0 clamp(4rem, 9vw, 5.75rem);background:linear-gradient(165deg,#fff 0%,#eef4ff 42%,#f8fafc 100%)}body.has-light-sections .hero:before{display:none}body.has-light-sections .hero__hl{color:#b91c1c}body.has-light-sections .hero h1{color:#0f172a}body.has-light-sections .hero__subhead{color:#475569}body.has-light-sections .hero__eyebrow{color:#991b1b;background:rgba(185,28,28,.11);padding:.42rem .95rem;border-radius:999px;letter-spacing:.06em;text-transform:none;font-size:.82rem;margin-bottom:1rem}body.has-light-sections .hero__lead{color:#475569}body.has-light-sections .hero__panel{background:#fff;border:1px solid #e2e8f0;box-shadow:0 22px 55px rgba(15,23,42,.08)}body.has-light-sections .hero__panel-title,body.has-light-sections .tabs-split__visual-title{color:#64748b}body.has-light-sections .tabs-split__visual{background:#fff;border:1px solid #e2e8f0;box-shadow:0 22px 55px rgba(15,23,42,.08)}body.has-light-sections .mock-ui{background:#f8fafc;border-color:#e2e8f0}body.has-light-sections .mock-ui__bar{background:#f1f5f9;border-bottom-color:#e2e8f0}body.has-light-sections .mock-ui__body{color:#64748b}body.has-light-sections .mock-ui__tag{background:rgba(185,28,28,.12);color:#b91c1c}body.has-light-sections .mock-ui__ok{color:#16a34a}body.has-light-sections .btn--secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1;box-shadow:0 1px 2px rgba(15,23,42,.04)}body.has-light-sections .btn--secondary:hover{border-color:#b91c1c;color:#b91c1c;background:#fff}body.home{background:#f8fafc;color:#0f172a}body.home>main{background:0 0}body.home .section-light--plain{background:#fff}body.home .section-light--tint{background:linear-gradient(180deg,#eef4ff 0%,#f0f5ff 45%,#f8fafc 100%)}body.home .section-light--soft{background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%)}body.home .section-light+.section-light{padding-top:clamp(2.75rem, 5vw, 3.75rem)}body.home .home-cta-band .cta-row{justify-content:center}body.home .pillar{background:linear-gradient(160deg,#fff,#f1f5f9);border-color:#e2e8f0;box-shadow:0 8px 30px rgba(15,23,42,.06)}body.home .pillar:hover{border-color:rgba(185,28,28,.35);box-shadow:0 16px 44px rgba(15,23,42,.1)}body.home .pillar h2{color:#0f172a}body.home .pillar p{color:#64748b}body.home .pillar__arrow{color:#b91c1c}body.home .download-strip--home{background:linear-gradient(105deg,rgba(185,28,28,.09) 0%,rgba(127,29,29,.08) 100%);border-color:#e2e8f0}body.home .download-strip--home h2{color:#0f172a}body.home .download-strip--home p{color:#64748b}body.home .cta-row--strip{margin-top:0}body.home .band-header--left{text-align:left;margin-left:0;margin-right:auto;max-width:52rem}body.home .post-list--home{list-style:none;padding:0;margin:0}body.home .post-list--home li{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.15rem 1.25rem;margin-bottom:.65rem}body.home .post-list--home li:last-child{margin-bottom:0}body.home .post-list--home a{color:#0f172a}body.home .post-list--home a:hover{color:#b91c1c}body.home .post-list--home span{color:#64748b}body.home .luck-home-featured-posts-mount--active~.luck-home-featured__fallback{display:none}body.home .luck-home-featured__fallback{color:#64748b;font-size:.9rem;margin-top:.5rem}body.home .luck-home-featured__fallback a{color:#b91c1c}body.home .luck-home-featured__empty{margin:0;color:#64748b}body.home .home-industry-foot{margin-top:1.35rem;text-align:center;color:#64748b;font-size:.95rem}body.has-light-sections .page-band .btn--secondary{background:#fff;color:#0f172a;border-color:#cbd5e1}body.has-light-sections .page-band .btn--secondary:hover{border-color:#b91c1c;color:#b91c1c;background:#fff}body.page-marketing.single-post .site-main{margin-bottom:clamp(2.5rem, 5vw, 4rem)}body.page-marketing.single-post .luck-entry__header .blog-meta,body.page-marketing.single-post .luck-entry__header time{color:#64748b}body.page-marketing.single-post .entry-title{color:#0f172a;font-size:clamp(2rem, 1.35rem + 3.2vw, 2.75rem);font-weight:700;line-height:1.18;letter-spacing:-.025em}body.page-marketing.single-post .luck-entry__content{color:#334155}body.page-marketing.single-post .luck-entry__content h1,body.page-marketing.single-post .luck-entry__content h2,body.page-marketing.single-post .luck-entry__content h3,body.page-marketing.single-post .luck-entry__content h4{color:#0f172a}body.page-marketing.single-post .luck-entry__content a{color:#b91c1c}body.page-marketing.single-post .luck-entry__content a:hover{color:#b91c1c}body.has-light-sections .entry-content hr,body.has-light-sections .luck-entry__content hr{border:0;border-top:1px solid rgba(148,163,184,.4);height:0;margin:1.75rem 0;background:0 0}body.has-light-sections .entry-content .wp-block-separator,body.has-light-sections .luck-entry__content .wp-block-separator{border:none;border-top:1px solid rgba(148,163,184,.4);background:0 0;color:rgba(148,163,184,.55)}body.has-light-sections .entry-content .wp-block-separator.is-style-wide,body.has-light-sections .luck-entry__content .wp-block-separator.is-style-wide{border-top-width:1px;border-top-color:rgba(148,163,184,.38)}body.page-marketing .navigation.pagination,body.page-marketing .nav-links{color:#334155}body.page-marketing .navigation.pagination a,body.page-marketing .nav-links a{color:#b91c1c}