.pool-page { max-width: 1100px; margin: 0 auto; padding: 90px 20px 60px; }
.pool-breadcrumbs { font-size: 13px; opacity: .7; margin-bottom: 24px; }
.pool-breadcrumbs a { color: inherit; text-decoration: none; }
.pool-breadcrumbs a:hover { text-decoration: underline; }
.pool-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.pool-cover { width: 100%; border-radius: 14px; object-fit: cover; }
.pool-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pool-thumbs img { width: 88px; height: 64px; object-fit: cover; border-radius: 8px; cursor: pointer; }
.pool-badge { display: inline-block; background: #2e7dd1; color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 20px; margin-bottom: 12px; }
.pool-name { font-size: 34px; margin: 0 0 6px; }
.pool-series { opacity: .7; margin-bottom: 20px; }
.pool-specs { width: 100%; border-collapse: collapse; margin-bottom: 22px; }
.pool-specs td { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.pool-specs td:last-child { text-align: right; font-weight: 600; }
.pool-price { font-size: 26px; font-weight: 700; margin-bottom: 22px; }
.pool-cta { cursor: pointer; padding: 14px 28px; border: none; border-radius: 10px; background: #2e7dd1; color: #fff; font-size: 16px; }
.pool-cta:hover { background: #2569b0; }
.pool-description { margin-top: 48px; max-width: 760px; }
.pool-description h2 { font-size: 22px; margin-bottom: 12px; }
.pool-notfound { padding: 120px 0; text-align: center; }
.pool-notfound a { color: #2e7dd1; }
@media (max-width: 800px) { .pool-hero { grid-template-columns: 1fr; gap: 24px; } .pool-name { font-size: 26px; } }
