.apt-page{background:#eef6fb;min-height:100vh;padding-bottom:60px}
.apt-hero{max-width:1120px;margin:0 auto;padding:70px 20px 34px;text-align:center}
.apt-hero h1{font-size:46px;color:#0062a9;margin:8px 0 14px}
.apt-hero p{max-width:760px;margin:0 auto;color:#34495c;font-size:18px;line-height:1.6}
.apt-list{max-width:1120px;margin:0 auto;padding:0 20px;display:grid;gap:24px}
.apt-empty{background:#fff;border-radius:16px;padding:34px;text-align:center;box-shadow:0 14px 35px rgba(0,0,0,.08)}
.apt-card{display:grid;grid-template-columns:360px 1fr;background:#fff;border-radius:16px;box-shadow:0 14px 35px rgba(0,0,0,.08);overflow:hidden}
.apt-image{position:relative;min-height:280px;background:#d8edf9}
.apt-image img{width:100%;height:100%;object-fit:cover;display:block}
.apt-placeholder{height:100%;display:grid;place-items:center;color:#0062a9;font-weight:900;font-size:28px;background:linear-gradient(135deg,#d8edf9,#cfe6bd)}
.apt-image span{position:absolute;left:18px;top:18px;background:#0062a9;color:#fff;border-radius:999px;padding:7px 12px;font-weight:800;font-size:13px}
.apt-body{padding:30px}
.apt-title-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.apt-title-row h2{margin:0 0 12px;color:#0062a9;font-size:28px}
.apt-title-row strong{background:#eef6fb;color:#0062a9;border-radius:8px;padding:10px 13px;white-space:nowrap}
.apt-body p{color:#34495c;line-height:1.6}
.apt-body dl{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}
.apt-body dl div{background:#f4f9fd;border:1px solid #dce8f0;border-radius:10px;padding:12px}
.apt-body dt{font-size:12px;color:#63788b;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.apt-body dd{margin:5px 0 0;color:#0a2744;font-weight:800}
.apt-features{background:#fff7ed;border-radius:10px;padding:14px;color:#34495c;line-height:1.6;margin-bottom:18px}
.apt-actions{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:900px){.apt-card{grid-template-columns:1fr}.apt-body dl{grid-template-columns:1fr}.apt-title-row{flex-direction:column}}