.info_container {
    padding: 60px 20px 0;
}
.info_title {
    font-size: 30px;
    margin: 40px 0 0 !important;
}
.info_header {
    width: 73%;
}
.copyright_image {
    /* padding-top: 50px; */
    margin: 0;
}
.info_header h2, .alt_h3 {
    background-color: #E94E1B;
    rotate: -1deg;
    margin: 20px 0;
    padding: 15px;
    color: white;
    width: fit-content;
    font-size: 30px;
    border-bottom: 5px solid #14161d;
}
.info_header h3 {
    border-bottom: 2px dashed #E94E1B;
    margin: 0 !important;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.info_header p, .info_section p {
    font-size: 20px;
}
.info_section {
    margin: 60px 0;
    width: 73%;
}
.info_section h2 {
    background-color: #E94E1B;
    rotate: -1deg;
    margin: 20px 0;
    padding: 15px;
    color: white;
    width: fit-content;
    font-size: 22px;
    border-bottom: 5px solid #14161d;
}
.info_section h3 {
    background-color: #00A19A;
    rotate: -1deg;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    color: white;
    padding: 0px 15px;
    margin: 40px 0 20px !important;
    line-height: 36px;
}
.info_section img {
    width: 400px;
}

.copyright, .copyright_alt  {
    display: flex;
    width: 100%;
    padding: 40px 0;
}

.certificates {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 10px;
    margin: 50px 60px 40px;
}
.certificate {
    width: 75%;
    border: 6px solid #b4bbb9;
    rotate: -3deg;
}
.protected {
    width: 75%;
}
.copyright_words {
    width: 75%;
}
.copyright h1, .copyright h2, .copyright_alt h2 {
    background-color: #f39200;
    rotate: -1deg;
    margin: 20px 0;
    padding: 15px;
    color: white;
    width: fit-content;
    font-size: 24px;
    border-bottom: 5px solid #14161d;
}
.copyright h1 {
    font-size: 30px;
}
.copyright h3, .copyright_alt h3 {
    border-bottom: 2px dashed #E94E1B;
    margin: 0 !important;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.copyright_image_mobile {
    display: none;
}
.connection_boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.connection_boxes div {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #eee;
    text-align: center;
}
.connection_boxes h3 {
    font-size: 28px;
    margin: 0 !important;
}
.omc_price {
    font-size: 30px;
    font-weight: bold;
    color: #52705f;
}
.currency_choice {
    display: flex;
    grid-gap: 10px;
}
.currency_choice div {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #212f34;
    text-align: center;
    border-radius: 8px;
}
.currency_choice div a {
    color: #fff;
}
.currency_choice div.currency_selected {
    background-color: #eb645b;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
.currency_choice div.currency_selected a {
    color: #fff;
}

/* .top_navigation removed — navigation is now handled by .site_header in common.css */


@media only screen and (max-width: 1000px) {
    .connection_boxes {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
    .info_header, .info_section {
        width: 100%;
    }
    .certificates {
        display: block;
        margin: 100px 30px 60px;
    }
    .copyright_image {
        display: none;
    }
    .copyright_image_mobile {
        display: block;
        width: 300px;
        margin: 50px 0 0;
    }
    .copyright {
        display: block;
        width: 100%;
    }
    .copyright_image {
        padding-top: 10px;
    }
    .copyright, .copyright_alt {
        display: block;
        padding: 10px;
    }
    .copyright_words {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .certificates {
        margin: 60px 30px 60px;
    }
    .info_section img {
        width: 100%;
    }
    .info_header h2, .alt_h3 {
        font-size: 25px;
    }
    .info_section h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .info_header h3 {
        border-top: 2px dashed #E94E1B;
        padding: 5px 0;
        font-size: 20px;
        line-height: 29px;
    }
}

/* Pricing page */
.pricing_hero {
    max-width: 720px;
    margin: 10px 0 30px;
}
.pricing_hero h1 {
    margin-bottom: 10px;
}
.pricing_hero p {
    font-size: 18px;
    color: #4a4a4a;
}
.pricing_hero_sub {
    color: #14161d !important;
}
.pricing_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 30px 0 20px;
}
.pricing_card {
    position: relative;
    background: #fff;
    border: 1px solid #e3e6e8;
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(20, 22, 29, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.pricing_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(20, 22, 29, 0.12);
}
.pricing_card h3 {
    font-size: 20px;
    margin: 0 0 4px !important;
    color: #14161d;
}
.pricing_card_price {
    font-size: 36px;
    font-weight: bold;
    color: #14161d;
    margin: 6px 0 0;
}
.pricing_card_sub {
    color: #7a8086;
    font-size: 14px;
    margin: 0 0 18px;
}
.pricing_card_features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
    flex-grow: 1;
}
.pricing_card_features li {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0 0 10px;
}
.pricing_card_features li i {
    color: #52af33;
    margin-right: 8px;
}
.pricing_card_cta {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.pricing_card_featured {
    border: 2px solid #eb645b;
    transform: scale(1.04);
}
.pricing_card_featured:hover {
    transform: scale(1.04) translateY(-4px);
}
.pricing_card_badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #eb645b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 14px;
    border-radius: 999px;
    white-space: nowrap;
}
.pricing_footnote {
    color: #7a8086;
    font-size: 14px;
    max-width: 720px;
}
.pricing_payments {
    margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
    .pricing_cards {
        grid-template-columns: 1fr 1fr;
    }
    .pricing_card_featured {
        transform: none;
    }
    .pricing_card_featured:hover {
        transform: translateY(-4px);
    }
}
@media only screen and (max-width: 600px) {
    .pricing_cards {
        grid-template-columns: 1fr;
    }
}

/* Copyright articles grid */
.copyright_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0 40px;
}
.copyright_card {
    display: block;
    background: #fff;
    border: 1px solid #e3e6e8;
    border-radius: 16px;
    padding: 26px 22px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(20, 22, 29, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.copyright_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(20, 22, 29, 0.12);
    text-decoration: none;
}
.copyright_card_icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eb645b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}
.copyright_card h3 {
    font-size: 19px;
    margin: 0 0 8px !important;
    color: #14161d;
}
.copyright_card p {
    font-size: 15px !important;
    color: #5a5f63;
    margin: 0;
}
@media only screen and (max-width: 1000px) {
    .copyright_grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .copyright_grid {
        grid-template-columns: 1fr;
    }
}

/* Upload page */
.upload_hero {
    max-width: 720px;
    margin: 10px 0 30px;
}
.upload_hero h1 {
    margin-bottom: 10px;
}
.upload_hero p {
    font-size: 18px;
    color: #4a4a4a;
}
.upload-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0 40px;
}
.upload-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e6e8;
    border-radius: 16px;
    padding: 36px 26px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(20, 22, 29, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.upload-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(20, 22, 29, 0.12);
    text-decoration: none;
}
.upload-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(237, 100, 91, 0.12);
    color: #eb645b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 18px;
}
.upload-card h3 {
    font-size: 22px;
    margin: 0 0 10px !important;
    color: #14161d;
}
.upload-card p {
    font-size: 15px !important;
    color: #5a5f63;
    margin: 0 0 22px;
    flex-grow: 1;
}
.upload-card-cta {
    width: 100%;
    box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
    .upload-menu {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .upload-menu {
        grid-template-columns: 1fr;
    }
}

/* Your Work page */
.your_work_quick_links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 30px;
}
.your_work_quick_links .btn-primary {
    margin: 0;
}
.your_work_credits_banner {
    background-color: #e1f2f9;
    padding: 10px 16px;
    width: fit-content;
    border-radius: 10px;
    font-size: 15px;
    margin: 0 0 20px;
}
.your_work_upload_cta {
    margin-top: 30px;
}
@media only screen and (max-width: 600px) {
    .your_work_quick_links {
        flex-direction: column;
    }
    .your_work_quick_links .btn-primary {
        text-align: center;
    }
}

/* Upload sub-pages (audio / image / document) */
.upload_form_card {
    background: #fff;
    border: 1px solid #e3e6e8;
    border-radius: 16px;
    padding: 36px 40px;
    max-width: 600px;
    box-shadow: 0 4px 14px rgba(20, 22, 29, 0.06);
}
.upload_form_card #music_details label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #14161d;
    margin: 0 0 6px;
}
.upload_form_card #music_details input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 22px;
}
.upload_form_hint {
    color: #7a8086;
    font-size: 14px;
}
.upload_form_card label.btn-primary {
    margin: 6px 0 14px;
}
.upload_form_card progress {
    border-radius: 8px;
    overflow: hidden;
    margin: 16px 0;
}

/* Contact page */
.contact_form_card {
    background: #fff;
    border: 1px solid #e3e6e8;
    border-radius: 16px;
    padding: 36px 40px;
    max-width: 640px;
    box-shadow: 0 4px 14px rgba(20, 22, 29, 0.06);
}
.contact_form_card .formRow {
    float: none;
    clear: none;
    margin: 0 0 22px;
}
.contact_form_card .formTextFixedWidth {
    font-size: 15px;
    font-weight: bold;
    color: #14161d;
    margin: 0 0 6px;
}
.contact_form_card .formField input[type="text"],
.contact_form_card .formField textarea {
    width: 100%;
    box-sizing: border-box;
}
.contact_form_submit_row {
    margin-top: 6px;
}
.contact_form_submit_row .g-recaptcha {
    margin-bottom: 18px;
}