.dp-hero{padding:72px var(--gutter) var(--space-2);text-align:center}.dp-hero__in{max-width:820px;margin:0 auto}.dp-hero__title{font-family:var(--font-serif);font-size:clamp(2.3rem,1.4rem + 3.2vw,3.6rem);font-weight:var(--weight-semibold);letter-spacing:-.03em;line-height:1.05;color:var(--text-strong);margin:0 0 var(--space-5)}.dp-hero__title em{font-style:italic;color:var(--brand)}.dp-hero__sub{font-size:clamp(1.05rem,.95rem + .5vw,1.28rem);line-height:1.55;color:var(--text-muted);max-width:62ch;margin:0 auto}.dp-hero__link{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-5);font-size:15px;font-weight:var(--weight-bold);color:var(--brand);text-decoration:none}.dp-hero__link svg{transition:transform .2s var(--ease-out)}.dp-hero__link:hover svg{transform:translate(3px)}.lp-deploy-sec{background:var(--surface-sunken);border-top:1px solid var(--border-default)}.lp-deploy-sec .lp-h2{white-space:nowrap}@media(max-width:700px){.lp-deploy-sec .lp-h2{white-space:normal}}.lp-deploy{max-width:var(--container-xl);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);align-items:stretch}.lp-dep{display:flex;flex-direction:column;padding:30px 26px;height:100%;position:relative;cursor:pointer}.lp-dep--feat{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),var(--shadow-lg);transform:translateY(-8px)}.lp-dep--sel{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand),var(--shadow-md)}.lp-dep--feat.lp-dep--sel{box-shadow:0 0 0 2px var(--brand),var(--shadow-lg)}.lp-dep__tag{align-self:flex-end;margin:-12px -10px 0 0}.lp-dep__ic{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:18px 0 var(--space-4)}.lp-dep.t-cloud .lp-dep__ic{background:var(--blue-50);color:var(--blue-600)}.lp-dep.t-appliance .lp-dep__ic{background:var(--brand);color:var(--text-on-brand);box-shadow:0 8px 18px -8px var(--brand)}.lp-dep.t-sovereign .lp-dep__ic{background:var(--ink-900);color:var(--brass-300)}.lp-dep__n{font-family:var(--font-serif);font-size:24px;font-weight:var(--weight-semibold);color:var(--text-strong);letter-spacing:-.015em;margin-bottom:0}.lp-dep__n:after{content:"";display:block;width:34px;height:3px;border-radius:2px;margin-top:var(--space-3);background:var(--border-strong)}.lp-dep.t-cloud .lp-dep__n:after{background:var(--blue-400)}.lp-dep.t-appliance .lp-dep__n:after{background:var(--brand)}.lp-dep.t-sovereign .lp-dep__n:after{background:var(--brass-400)}.lp-dep__d{font-size:13.5px;color:var(--text-muted);line-height:1.55;margin:var(--space-4) 0 18px;min-height:40px}.lp-dep__list{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:var(--space-3);flex:1}.lp-dep__list li{display:flex;gap:10px;font-size:13.5px;color:var(--text-body);line-height:1.4}.lp-dep__list .tk{color:var(--green-600);flex:none;margin-top:1px}.lp-dep__device{margin:0 0 var(--space-5);padding:var(--space-4) 0 6px;border-top:1px dashed var(--border-default);display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.lp-dep__device svg{display:block;width:168px;height:auto}.lp-dep__device-cap{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}@media(max-width:860px){.lp-deploy{grid-template-columns:1fr;max-width:460px}.lp-dep--feat{transform:none}}.lp-dep__detail{max-width:var(--container-lg);margin:26px auto 0;background:var(--surface-card);border:1px solid var(--border-default);border-left:3px solid var(--brand);border-radius:var(--radius-xl);padding:28px 30px;box-shadow:var(--shadow-sm);animation:lpFadeUp .26s var(--ease-out);display:grid;grid-template-columns:190px 1fr;gap:30px;align-items:center}.lp-dep__detail.t-cloud{border-left-color:var(--blue-400)}.lp-dep__detail.t-appliance{border-left-color:var(--brand)}.lp-dep__detail.t-sovereign{border-left-color:var(--brass-400)}@keyframes lpFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.lp-dep__detail-aside{text-align:center}.lp-dep__detail-dev svg{width:168px;height:auto;display:block;margin:0 auto}.lp-dep__detail-title{font-family:var(--font-serif);font-size:21px;font-weight:var(--weight-semibold);color:var(--text-strong);letter-spacing:-.015em;margin-top:var(--space-2)}.lp-dep__detail-k{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--brass-600);margin-bottom:var(--space-2)}.lp-dep__detail-h{font-family:var(--font-serif);font-size:22px;font-weight:var(--weight-semibold);color:var(--text-strong);letter-spacing:-.015em;margin:0 0 18px}.lp-dep__detail-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3) 28px}.lp-dep__detail-list li{display:flex;gap:10px;font-size:14px;line-height:1.5;color:var(--text-body)}.lp-dep__detail-list .tk{color:var(--green-600);flex:none;margin-top:2px}@media(prefers-reduced-motion:reduce){.lp-dep__detail{animation:none}}@media(max-width:720px){.lp-dep__detail-list{grid-template-columns:1fr}}@media(max-width:640px){.lp-dep__detail{grid-template-columns:1fr;gap:18px}}@media(max-width:640px){.dp-hero{padding:var(--space-9) var(--gutter) var(--space-2)}}
