/* Midi to Sheet - Specific Styles */

header {
    background: linear-gradient(135deg, #071a3e 0%, #0f3d8a 50%, #2a7de1 100%);
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

header img {
    width: 20%;
    display: block;
    margin: 0 auto;
}

h1 {
    color: #ffffff;
}

h2, h3 {
    color: #0a2a6a;
}

a {
    color: #2a7de1;
}

a:hover {
    background: #e8f0fb;
}

footer a:hover:not(.social-links a) {
    background: none !important;
}

footer {
    background: #0a2a6a;
}

/* Showcase Section */
.showcase {
    background: linear-gradient(135deg, #f1f6ff 0%, #e8f0fb 100%);
}

.showcase-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.showcase-text {
    flex: 1;
}

.showcase-tagline {
    font-size: 1.2em;
    color: #1a2a4a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.showcase-platforms {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    font-size: 0.95em;
    color: #555;
    font-weight: 500;
}

.showcase-image {
    flex: 1;
    text-align: center;
}

.showcase-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(10, 42, 106, 0.18));
}

#about {
    padding: 42px 36px;
}

#about h2 {
    margin-bottom: 18px;
}

#about h3 {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 1.35em;
}

/* Feature Workflow */
.feature-flow {
    position: relative;
    max-width: 860px;
    margin: 30px auto 34px;
    padding: 4px 0;
    list-style: none;
}

.feature-flow::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 27px;
    width: 2px;
    background: linear-gradient(180deg, rgba(42, 125, 225, 0.08), rgba(42, 125, 225, 0.34), rgba(42, 125, 225, 0.08));
}

.feature-step {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
}

.feature-step + .feature-step {
    border-top: 1px solid rgba(10, 42, 106, 0.09);
}

.feature-marker {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    border: 1px solid #c8dcf8;
    border-radius: 50%;
    background: #fff;
    color: #1a6ecf;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(10, 42, 106, 0.08);
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.feature-step:hover .feature-marker {
    border-color: #2a7de1;
    color: #0f3d8a;
    transform: scale(1.04);
}

.feature-copy h3 {
    font-size: 1.05em;
    color: #0a2a6a;
    margin: 0 0 5px;
}

.feature-copy p {
    color: #555;
    font-size: 0.94em;
    line-height: 1.58;
    margin: 0;
}

.feature-details {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    margin: 11px 0 0;
    padding: 0;
    list-style: none;
}

#about .feature-details li {
    position: relative;
    color: #64718a;
    font-size: 0.84em;
    line-height: 1.45;
    padding: 0 0 0 14px;
}

#about .feature-details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2a7de1;
    transform: translateY(-50%);
}

.section-intro {
    color: #444;
    font-size: 1em;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}

#about ul li {
    padding: 8px 0 8px 26px;
    font-size: 0.98em;
}

#about ul li::before {
    font-size: 1.05em;
}

.key-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 34px;
    margin-top: 18px;
}

.key-feature-group {
    border-left: 2px solid rgba(42, 125, 225, 0.24);
    padding-left: 18px;
}

.key-feature-group h4 {
    color: #0a2a6a;
    font-size: 1em;
    margin: 0 0 9px;
}

.key-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#about .key-feature-list li {
    position: relative;
    color: #4d5a70;
    font-size: 0.93em;
    line-height: 1.55;
    padding: 5px 0 5px 18px;
}

#about .key-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #2a7de1;
}

#screenshots {
    padding: 40px 36px;
}

#screenshots .screenshots-header {
    text-align: center;
    margin-bottom: 8px;
}

#screenshots .screenshots-header h2 {
    margin-bottom: 0;
}

#screenshots .screenshot-container {
    gap: 18px;
    margin-top: 18px;
}

#screenshots .screenshot-small {
    width: 155px !important;
    max-width: 155px;
    border-radius: 14px;
}

.download-buttons .store-badge {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    line-height: 0;
    cursor: default;
}

.download-buttons .store-badge img {
    display: block;
    filter: grayscale(1) saturate(0) contrast(0.85) brightness(1.08);
    opacity: 0.48;
}

.store-badge-soon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 8px;
    background: rgba(72, 78, 88, 0.72);
    color: #fff;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

/* Mobile responsive adjustments */
@media (max-width: 900px) {
    .showcase-container {
        flex-direction: column;
        text-align: center;
    }

    .showcase-platforms {
        justify-content: center;
    }

    .badges {
        justify-content: center;
    }

    .showcase-image {
        max-width: 380px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    header {
        padding: 25px 10px;
    }

    header img {
        width: 30%;
        max-width: 150px;
    }

    header h1 {
        font-size: 1.5em;
        margin-top: 10px;
    }

    .feature-flow {
        max-width: 100%;
    }

    #about {
        padding: 34px 22px;
    }

    #screenshots {
        padding: 32px 22px;
    }

    #screenshots .screenshot-container {
        gap: 14px;
    }

    #screenshots .screenshot-small {
        width: 132px !important;
        max-width: 132px;
    }

    .key-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .feature-flow {
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .feature-step {
        grid-template-columns: 46px 1fr;
        gap: 14px;
        padding: 16px 0;
    }

    .feature-flow::before {
        left: 22px;
    }

    .feature-marker {
        width: 44px;
        height: 44px;
    }

    .feature-marker svg {
        width: 24px;
        height: 24px;
    }

    .feature-details {
        gap: 6px 0;
    }

    #about .feature-details li {
        flex: 0 0 100%;
    }

    #about {
        padding: 28px 16px;
    }

    #about h3 {
        font-size: 1.25em;
    }

    #screenshots {
        padding: 28px 16px;
    }

    #screenshots .screenshot-small {
        width: 112px !important;
        max-width: 112px;
    }

}
