/* PhotoRname Demo Page */
.prn-demo-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #1a1a1a;
}

/* Header */
.prn-demo-header {
    margin-bottom: 36px;
}

.prn-demo-header-inner {
    display: flex;
    align-items: center;
    gap: 36px;
}

.prn-demo-header-box {
    flex-shrink: 0;
}

.prn-demo-productbox {
    width: 220px;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}

.prn-demo-header-text {
    flex: 1;
}

.prn-demo-badge {
    display: inline-block;
    background: linear-gradient(135deg, #3b8ed0 0%, #2a6faa 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.prn-demo-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.prn-demo-logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.prn-demo-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.prn-demo-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    max-width: 580px;
    line-height: 1.6;
}

.prn-demo-header-text .prn-demo-downloads {
    justify-content: flex-start;
}

.prn-demo-header-text .prn-demo-dl-sub {
    text-align: left;
}

/* Download buttons */
.prn-demo-downloads {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.prn-demo-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.prn-demo-dl-btn:hover {
    transform: translateY(-1px);
}

.prn-demo-dl-win {
    background: linear-gradient(135deg, #3b8ed0 0%, #2a6faa 100%);
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(59, 142, 208, 0.3);
}

.prn-demo-dl-win:hover {
    box-shadow: 0 4px 16px rgba(59, 142, 208, 0.4);
    color: #fff !important;
}

.prn-demo-dl-mac {
    background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.prn-demo-dl-mac:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.prn-demo-dl-sub {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 8px;
    text-align: center;
}

/* Screenshot showcase */
.prn-demo-showcase {
    margin-bottom: 40px;
}

.prn-demo-tabs {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 0;
    background: #f3f4f6;
    border-radius: 10px 10px 0 0;
    padding: 6px 6px 0;
}

.prn-demo-tab {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: all 0.2s;
}

.prn-demo-tab:hover {
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.5);
}

.prn-demo-tab.active {
    color: #1a1a1a;
    background: #fff;
}

.prn-demo-slide {
    display: none;
    border: 2px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    background: #fff;
}

.prn-demo-slide.active {
    display: block;
}

.prn-demo-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.prn-demo-slide-desc {
    padding: 20px 24px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.prn-demo-slide-desc h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.prn-demo-slide-desc p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Features grid */
.prn-demo-features {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 32px;
}

.prn-demo-features h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    text-align: center;
}

.prn-demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.prn-demo-feat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.prn-demo-fi {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}

.prn-demo-feat strong {
    display: block;
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.prn-demo-feat p {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.3;
}

/* Platforms */
.prn-demo-platforms {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.prn-demo-platform {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.prn-demo-platform-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* CTA */
.prn-demo-cta {
    text-align: center;
}

.prn-demo-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #f4992b 0%, #e08820 100%);
    color: #fff !important;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(244, 153, 43, 0.3);
}

.prn-demo-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(244, 153, 43, 0.4);
    color: #fff !important;
}

.prn-demo-cta-sub {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 10px;
}

/* Mobile */
@media (max-width: 640px) {
    .prn-demo-wrap {
        padding: 20px;
    }
    .prn-demo-header-inner {
        flex-direction: column;
        text-align: center;
    }
    .prn-demo-productbox {
        width: 160px;
    }
    .prn-demo-header-text .prn-demo-downloads {
        justify-content: center;
    }
    .prn-demo-header-text .prn-demo-dl-sub {
        text-align: center;
    }
    .prn-demo-title-row {
        justify-content: center;
    }
    .prn-demo-title {
        font-size: 22px;
    }
    .prn-demo-grid {
        grid-template-columns: 1fr;
    }
    .prn-demo-tabs {
        flex-wrap: wrap;
        gap: 2px;
    }
    .prn-demo-tab {
        padding: 8px 14px;
        font-size: 12px;
    }
    .prn-demo-downloads {
        flex-direction: column;
        align-items: center;
    }
    .prn-demo-platforms {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
