/* AESOST System Solutions Index / 2026-09-07 */
.solutions-index-page .solution-index-hero{padding-bottom:60px!important}
.solutions-index-page .solution-index-hero .page-title{max-width:760px}
.solutions-index-page .solution-index-hero .lead{max-width:620px!important;margin-top:18px!important}
.solutions-index-page .solution-index-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:650px;margin-top:28px}
.solutions-index-page .solution-index-stats span{min-height:58px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#0c0c0e;color:#777780;font-size:10px;font-weight:600;letter-spacing:.055em}
.solutions-index-page .solution-index-stats i{width:34px;height:34px;display:grid;place-items:center;border:1px solid #302848;border-radius:9px;background:#15111f;color:#9d73ff;font-style:normal}
.solutions-index-page .solution-index-stats i svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.solutions-index-page .solution-index-stats b{display:block;color:#fff;font-size:18px;line-height:1.1;letter-spacing:-.02em}
.solutions-index-page .solution-index-stats small{display:block;margin-top:4px;color:#73737c;font-size:9px;line-height:1.2;letter-spacing:.07em}
.solutions-index-page .solution-index-section{border-top:1px solid var(--line)}
.solutions-index-page .solution-index-head{align-items:start!important;margin-bottom:34px!important}
.solutions-index-page .solution-index-head .section-copy p{max-width:560px!important;margin-top:12px!important;font-size:15px!important;line-height:1.65!important}

.solutions-index-page .solution-index-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}
.solutions-index-page .solution-index-card{min-width:0!important;min-height:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:0!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#0c0c0e!important;overflow:hidden!important;color:inherit!important;text-decoration:none!important;transition:border-color .18s ease,background .18s ease,transform .18s ease!important}
.solutions-index-page .solution-index-card:hover{border-color:#45454d!important;background:#101012!important;transform:translateY(-2px)!important}
.solutions-index-page .solution-index-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;border-bottom:1px solid var(--line);background:#111216}
.solutions-index-page .solution-index-thumb:after{content:"";position:absolute;inset:auto 0 0;height:34%;pointer-events:none;background:linear-gradient(to top,rgba(8,8,10,.22),transparent)}
.solutions-index-page .solution-index-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .28s ease,opacity .28s ease}
.solutions-index-page .solution-index-card:hover .solution-index-thumb img{transform:scale(1.012);opacity:.96}
.solutions-index-page .solution-index-thumb-badge{position:absolute;z-index:2;left:16px;top:16px;min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(10,10,12,.78);backdrop-filter:blur(10px);color:#d6caff;font-size:10px;font-weight:700;letter-spacing:.075em}

.solutions-index-page .solution-index-body{padding:24px;display:flex;flex:1;flex-direction:column;gap:0}
.solutions-index-page .solution-index-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}
.solutions-index-page .solution-index-top span{display:inline-flex;align-items:center;gap:8px;color:var(--purple-strong);font-size:11px;font-weight:700;letter-spacing:.07em}
.solutions-index-page .solution-index-top span:before{content:"";width:7px;height:7px;border:1px solid #7256e8;border-radius:2px;background:#15111f;box-shadow:0 0 0 3px rgba(114,86,232,.08)}
.solutions-index-page .solution-index-top em{color:#8b8b94;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.08em}
.solutions-index-page .solution-index-card h3{margin:0;color:#f4f4f5;font-size:22px!important;line-height:1.38!important;letter-spacing:-.03em}
.solutions-index-page .solution-index-product{display:block;margin-top:8px;color:#aaaab2;font-size:14px;font-weight:500!important}
.solutions-index-page .solution-index-card p{max-width:500px;margin:14px 0 0;color:#909099;font-size:14px!important;line-height:1.65!important}
.solutions-index-page .solution-index-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}
.solutions-index-page .solution-index-tags span{min-height:26px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--line);border-radius:999px;color:#777780;font-size:10px;font-weight:600;letter-spacing:.045em}
.solutions-index-page .solution-index-actions{display:flex;gap:8px;margin-top:auto;padding-top:22px}
.solutions-index-page .solution-index-actions a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--line-strong);border-radius:6px;color:#e8e8ea;font-size:12px;font-weight:700;letter-spacing:.01em;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease}
.solutions-index-page .solution-index-actions a:first-child{background:var(--purple);border-color:var(--purple);color:#fff}
.solutions-index-page .solution-index-actions a:first-child:hover{background:var(--purple-strong);border-color:var(--purple-strong)}
.solutions-index-page .solution-index-actions a:last-child:hover{background:#171719;border-color:#55555d;color:#fff}

.solutions-index-page .solution-index-custom{border-top:1px solid var(--line)}
.solutions-index-page .solution-index-custom .section-head{margin-bottom:28px!important}
.solutions-index-page .solution-index-custom .section-copy p{max-width:560px!important;margin-top:12px!important;font-size:15px!important;line-height:1.65!important}
.solutions-index-page .solution-custom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px}
.solutions-index-page .solution-custom-card{min-height:150px;padding:20px;border:1px solid var(--line);border-radius:10px;background:#0d0d0f}
.solutions-index-page .solution-custom-card i{width:38px;height:38px;display:grid;place-items:center;border:1px solid #302848;border-radius:10px;background:#15111f;color:#9d73ff;font-style:normal}
.solutions-index-page .solution-custom-card i svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.solutions-index-page .solution-custom-card h3{margin:18px 0 7px!important;font-size:17px!important;line-height:1.35!important}
.solutions-index-page .solution-custom-card p{margin:0!important;color:#898992!important;font-size:13px!important;line-height:1.6!important}

@media(max-width:1020px){
  .solutions-index-page .solution-index-grid{gap:16px!important}
  .solutions-index-page .solution-index-body{padding:20px}
  .solutions-index-page .solution-index-card h3{font-size:20px!important}
}

@media(max-width:760px){
  .solutions-index-page .solution-index-hero{padding-bottom:48px!important}
  .solutions-index-page .solution-index-stats{grid-template-columns:1fr;max-width:none}
  .solutions-index-page .solution-index-grid{grid-template-columns:1fr!important;gap:14px!important}
  .solutions-index-page .solution-index-body{padding:20px}
  .solutions-index-page .solution-index-thumb-badge{left:12px;top:12px}
  .solutions-index-page .solution-index-actions{flex-direction:column}
  .solutions-index-page .solution-index-actions a{width:100%}
  .solutions-index-page .solution-custom-grid{grid-template-columns:1fr}
}
