.dl9-hero{padding-bottom: var(--space-system-48);text-align:center;background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--bg-page) 100%)}
.dl9-hero .eyebrow{display:inline-block;margin-bottom:var(--space-system-24)}
.dl9-hero h1{margin-bottom:var(--space-system-24)}
.dl9-hero__sub{font-size:var(--type-md);line-height:var(--lh-relaxed);color:var(--text-secondary);max-width:52ch;margin:0 auto var(--space-system-36)}
.dl9-jump{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.dl9-section{margin-bottom:0}
.dl9-section__eyebrow{display:inline-block;font-size:var(--type-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-main-color);background:rgba(13,78,136,.06);border:1px solid rgba(13,78,136,.1);border-radius:var(--radius-md);padding:3px 10px;margin-bottom:var(--space-system-12)}
.dl9-section__title{font-weight:800;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-system-36)}
.dl9-grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-system-24)}
.dl9-grid-2{display:grid;grid-template-columns:1fr;gap:var(--space-system-24)}
.dl9-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);padding:28px 28px 32px;display:flex;flex-direction:column;transition:transform 260ms ease,box-shadow 260ms ease}
.dl9-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}
.dl9-card--biz{border-color:rgba(13,78,136,.2);border-width:2px;background:linear-gradient(180deg,rgba(237,243,249,.45) 0%,var(--bg-surface) 100%)}
.dl9-card__head{display:flex;align-items:flex-start;gap:16px;margin-bottom:var(--space-system-24);min-height:72px}
.dl9-card__icon{width:44px;height:44px;flex-shrink:0;color:var(--brand-main-color)}
.dl9-card__icon svg{width:44px;height:44px}
.dl9-card__info{flex:1}
.dl9-card__title{font-size:var(--type-md);font-weight:700;color:var(--text-primary);line-height:var(--lh-normal);margin-bottom:4px}
.dl9-card--biz .dl9-card__title{color:var(--brand-main-color);font-size:var(--type-md)}
.dl9-card__meta{font-size:var(--type-xs);color:var(--text-muted);line-height:var(--lh-normal)}
.dl9-card__meta a{color:var(--brand-main-color)}
.dl9-card__ctas{display:flex;flex-direction:column;gap:8px;margin-bottom:var(--space-system-24)}
.dl9-card__ctas .btn{width:100%;text-align:center}
.dl9-card__list{list-style:none;padding:0;margin:0;flex:1}
.dl9-card__list li{position:relative;padding-left:22px;font-size:var(--type-sm);color:var(--text-secondary);line-height:var(--lh-normal);margin-bottom:7px}
.dl9-card__list li::before{content:"\2713";position:absolute;left:0;color:var(--brand-main-color);font-weight:600;font-size:var(--type-sm)}
.dl9-cta{text-align:center}
.dl9-cta h2{color:var(--text-inverse-primary);margin-bottom:var(--space-system-24)}
.dl9-cta p{color:rgba(255,255,255,.82);font-size:var(--type-md);margin-bottom:var(--space-system-36);max-width:50ch;margin-inline:auto}
.dl9-cta__btns{display:flex;justify-content:center;gap:var(--space-system-12);flex-wrap:wrap}
@media(min-width:768px){.dl9-grid-3,.dl9-grid-2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1120px){.dl9-grid-3{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767.98px){.dl9-hero{padding-bottom: var(--space-system-24)}.dl9-card{padding:24px}.dl9-card__ctas .btn{font-size:var(--type-sm)}}

/* === from: download-server.json === */
/* === DL9 – page-scoped styles (Enterprise Server) === */
.dl9-hero{padding:var(--space-system-72) 0 var(--space-system-48);text-align:center;background:linear-gradient(180deg,var(--bg-subtle) 0%,var(--bg-page) 100%)}
.dl9-hero h1{margin-bottom:var(--space-system-24)}
.dl9-hero__sub{font-size: var(--type-md);line-height: var(--lh-relaxed);color:var(--text-secondary);max-width:52ch;margin:0 auto var(--space-system-36)}
.dl9-hero__breadcrumb{font-size:var(--type-sm);color:var(--text-muted);margin-bottom:var(--space-system-16)}
.dl9-hero__breadcrumb a{color:var(--brand-main-color);text-decoration:none}
.dl9-hero__breadcrumb a:hover{text-decoration:underline}
.dl9-section{margin-bottom:0}
.dl9-section__eyebrow{display:inline-block;font-size: var(--type-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-main-color);background:rgba(13,78,136,.06);border:1px solid rgba(13,78,136,.1);border-radius:var(--radius-md);padding:3px 10px;margin-bottom:var(--space-system-12)}
.dl9-section__title{font-weight:800;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:var(--space-system-36)}
.dl9-grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-system-24)}
.dl9-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);padding:28px 28px 32px;display:flex;flex-direction:column;transition:transform 260ms ease,box-shadow 260ms ease}
.dl9-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}
.dl9-card--biz{border-color:rgba(13,78,136,.2);border-width:2px;background:linear-gradient(180deg,rgba(237,243,249,.45) 0%,var(--bg-surface) 100%)}
.dl9-card__head{display:flex;align-items:flex-start;gap:16px;margin-bottom:var(--space-system-24);min-height:72px}
.dl9-card__icon{width:44px;height:44px;flex-shrink:0;color:var(--brand-main-color)}
.dl9-card__icon svg{width:44px;height:44px}
.dl9-card__info{flex:1}
.dl9-card__title{font-size: var(--type-md);font-weight:700;color:var(--text-primary);line-height: var(--lh-normal);margin-bottom:4px}
.dl9-card--biz .dl9-card__title{color:var(--brand-main-color);font-size: var(--type-md)}
.dl9-card__meta{font-size:var(--type-xs);color:var(--text-muted);line-height: var(--lh-normal)}
.dl9-card__meta a{color:var(--brand-main-color)}
.dl9-card__ctas{display:flex;flex-direction:column;gap:8px;margin-bottom:var(--space-system-24)}
.dl9-card__ctas .btn{width:100%;text-align:center}
.dl9-card__list{list-style:none;padding:0;margin:0;flex:1}
.dl9-card__list li{position:relative;padding-left:22px;font-size:var(--type-sm);color:var(--text-secondary);line-height: var(--lh-normal);margin-bottom:7px}
.dl9-card__list li::before{content:"\2713";position:absolute;left:0;color:var(--brand-main-color);font-weight:600;font-size:var(--type-sm)}
.dl9-cta{text-align:center}
.dl9-cta h2{color:var(--text-inverse-primary);margin-bottom:var(--space-system-24)}
.dl9-cta p{color:rgba(255,255,255,.82);font-size: var(--type-md);margin-bottom:var(--space-system-36);max-width:50ch;margin-inline:auto}
.dl9-cta__btns{display:flex;justify-content:center;gap:var(--space-system-12);flex-wrap:wrap}
.dl9-note{font-size:var(--type-sm);color:var(--text-secondary);margin-top:var(--space-system-24)}
.dl9-note a{color:var(--brand-main-color)}
@media(min-width:768px){.dl9-grid-3{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1120px){.dl9-grid-3{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767.98px){.dl9-hero{padding:var(--space-system-48) 0 var(--space-system-24)}.dl9-card{padding:24px}.dl9-card__ctas .btn{font-size:var(--type-sm)}}