/* =====================================
   PRODUCT PAGE
===================================== */

.product-hero {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 70px 0;
}

.product-hero h1 {
    font-size: 34px;
    font-weight: 700;
}

.product-sub {
    margin-top: 12px;
    color: #555;
    max-width: 720px;
}

.product-badges {
    margin-top: 18px;
}

.badge {
    display: inline-block;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}

.product-actions {
    margin-top: 24px;
}

/* =====================================
   SECTIONS
===================================== */

.product-section {
    padding: 60px 0;
}

.product-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-section p {
    max-width: 760px;
    color: #555;
}

.alt-bg {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

/* =====================================
   LISTS
===================================== */

.feature-list,
.audience-list {
    list-style: none;
    max-width: 760px;
}

.feature-list li,
.audience-list li {
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

.feature-list li::before,
.audience-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c62828;
    font-weight: bold;
}

/* =====================================
   DOWNLOAD
===================================== */

.download-section {
    text-align: center;
}

.download-section p {
    margin: 0 auto 20px;
}


/* =====================================
   DOWNLOADS PAGE
===================================== */

.release-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 24px;
    border-radius: 6px;
}

.release-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.release-date {
    color: #666;
    font-size: 14px;
}

.download-table,
.history-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.download-table th,
.download-table td,
.history-table th,
.history-table td {
    border: 1px solid #e0e0e0;
    padding: 10px;
    text-align: left;
}

.download-link {
    color: #c62828;
    font-weight: 600;
    text-decoration: none;
}

.download-link:hover {
    text-decoration: underline;
}

.checksum {
    font-family: monospace;
    font-size: 13px;
    word-break: break-all;
}

.verify-note {
    margin-top: 12px;
    font-weight: 500;
    color: #2e7d32;
}

.code-block {
    background: #1f1f1f;
    color: #e0e0e0;
    padding: 14px;
    border-radius: 4px;
    font-family: monospace;
    margin: 14px 0;
}
