/* DJSpace.cz v1.4.22 – veřejný katalog funkcionalit */
.features-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.25rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(124, 58, 237, .17);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, rgba(236, 22, 140, .13), transparent 34%),
        radial-gradient(circle at 10% 90%, rgba(112, 40, 200, .13), transparent 38%),
        linear-gradient(145deg, #fff, #faf8fc);
    box-shadow: 0 24px 70px rgba(55, 32, 73, .08);
}
.features-hero h1 { margin: .35rem 0 .8rem; font-size: clamp(2rem, 5vw, 3.8rem); letter-spacing: -.045em; }
.features-hero p { max-width: 850px; margin: 0; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.7; color: #625b68; }
.features-summary { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem; }
.features-summary span { padding: .65rem .85rem; border: 1px solid #eadfee; border-radius: 999px; background: rgba(255,255,255,.86); color: #615768; }
.features-summary strong { color: #211c25; }
.features-toc { position: relative; margin-bottom: 1rem; }
.features-toc > strong { display: block; margin-bottom: .85rem; }
.features-toc > div { display: flex; flex-wrap: wrap; gap: .55rem; }
.features-toc a { display: inline-flex; padding: .55rem .75rem; border: 1px solid #e5dce9; border-radius: 10px; background: #fff; color: #4f4555; text-decoration: none; font-size: .92rem; }
.features-toc a:hover, .features-toc a:focus-visible { border-color: #9d74ca; color: #6f2dbd; transform: translateY(-1px); }
.features-notice { display: grid; grid-template-columns: auto 1fr; gap: .55rem 1rem; margin: 0 0 1.25rem; padding: 1rem 1.15rem; border-left: 4px solid #7c3aed; border-radius: 12px; background: #f7f1fc; color: #51485a; }
.features-notice strong { color: #2b2230; }
.features-catalog { display: grid; gap: 1.25rem; }
.features-section { scroll-margin-top: 1rem; overflow: hidden; border: 1px solid #e9e2ec; border-radius: 22px; background: #fff; box-shadow: 0 14px 45px rgba(46, 31, 54, .055); }
.features-section > header { position: relative; padding: 1.35rem 1.4rem 1.1rem; border-bottom: 1px solid #eee7f0; background: linear-gradient(135deg, #fcfbfd, #f7f3fa); }
.features-section > header h2 { margin: .25rem 0 .35rem; font-size: clamp(1.35rem, 3vw, 2rem); letter-spacing: -.025em; }
.features-section > header p { max-width: 900px; margin: 0; color: #6b6370; line-height: 1.6; }
.features-count { display: inline-flex; padding: .35rem .55rem; border-radius: 999px; background: #ede4f6; color: #6f2dbd; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.features-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.features-list li { min-width: 0; padding: 1rem 1.2rem 1.1rem; border-bottom: 1px solid #f0ebf2; }
.features-list li:nth-child(odd) { border-right: 1px solid #f0ebf2; }
.features-list li:nth-last-child(-n+2) { border-bottom: 0; }
.features-list li:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.feature-item-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.feature-item-head strong { color: #28212c; line-height: 1.4; }
.feature-tag { flex: 0 0 auto; max-width: 46%; padding: .28rem .48rem; border-radius: 8px; background: #f1e9f8; color: #6d2bac; font-size: .72rem; font-weight: 800; line-height: 1.2; text-align: center; }
.features-list p { margin: .45rem 0 0; color: #6a626e; line-height: 1.58; }
.features-back { display: block; padding: .8rem 1.2rem; border-top: 1px solid #eee7f0; background: #fcfbfd; color: #6d2bac; text-decoration: none; font-size: .88rem; font-weight: 700; }
.features-maintenance-note { margin-top: 1.25rem; }
.features-maintenance-note h2 { margin-top: 0; }
@media (max-width: 760px) {
    .features-notice { grid-template-columns: 1fr; }
    .features-list { grid-template-columns: 1fr; }
    .features-list li, .features-list li:nth-child(odd), .features-list li:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #f0ebf2; }
    .features-list li:last-child { border-bottom: 0; }
    .features-list li:last-child:nth-child(odd) { grid-column: auto; }
    .feature-item-head { align-items: flex-start; }
    .feature-tag { max-width: 42%; }
}
