body {
    margin: 0;
    font-family: Arial, sans-serif;
}

@media (min-width: 1366px) {
    .features, .pricing, .faq, .testimonials, .topbar_inner, .footer_bottom_inner, .text, .footer_bottom_inner2, .footer0-container {
        max-width: 1366px;
        margin: 0 auto; /* Center the elements */
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .features, .pricing, .faq, .testimonials, .topbar_inner, .footer_bottom_inner, .text, .footer_bottom_inner2, .footer0-container {
        padding: 0 25px;
    }
}

a {
    text-decoration: none;
}

.text {
    color: rgb(63, 63, 63);
}

.humantouch {
    border-top: 1px solid grey;
}

.desktop-nav {
    height: 100%;
}

.button-container {
    display: flex;
}

.arrow {
    width: 70px; 
    margin-right: 10px; 
    z-index: 10;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.topbar_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.logo img {
    width: 50px;
}

.site-name {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 30px;
}

.site-name a {
    color: white;
    text-decoration: none;
}

.left-column, .right-column {
    width: 50%;
    display: flex;
    align-items: center;    
}

.right-column {
    justify-content: flex-end;
    height: 100%;
}

.menu {
    display: flex;
    flex-direction: column;
}

.menu-button {
    background-color: transparent;
    color: lightgray;
    border: 0;
    padding: 7px 20px;
    margin: 0 5px;
    border-radius: 25px;
    cursor: pointer;
}

.menu-button:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.349);
}

.app-button {
    background-color: white;
    color: black;
    border: 2px solid transparent;
    padding: 0 50px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    height: 100%;
}

.app-button:hover {
    background-color: gray;
    color: white;
    border: 2px solid white;
}

.app-button_2 {
    height: 50px;
    border-radius: 10px;
    width: 200px;
    border: 2px solid white;
}

.app-button_2:hover { 
    background-color: black;
    color: white;
    border: 2px solid transparent;
}

.app-button_3 {
    height: 50px;
    border-radius: 10px;
    border: 0px solid black;
    width: 100%;
    margin: 0 !important;
}

.app-button_3:hover { 
    background-color: black;
    color: white;
    border: 2px solid black;
}

.hero-section {
    position: relative; /* Set position to relative for absolute positioning of video */
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: white;
    overflow: hidden; /* Hide overflow to prevent scrollbars */
    background-image: url('bg.webp'); /* Fallback background image */
    background-size: cover; /* Ensure the image covers the section */
    background-position: center; /* Center the image */
}

.hero-content {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
}

.hero-content p {
    z-index: 1;
}

.background-video {
    position: absolute; /* Position video absolutely */
    top: 50%;
    left: 50%;
    min-width: 100%; /* Cover the entire section */
    min-height: 100%;
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    z-index: 1; /* Place video behind other content */
    transform: translate(-50%, -50%); /* Center the video */
}

.hero-subheading, .hero-heading {
    position: relative; /* Position text above the video */
    z-index: 5; /* Ensure text is above the video */
}

.hero-col-left, .hero-col-right {
    width: 50%;
}

.hero-col-left {
    padding-right: 150px;
    z-index: 99;
}

.hero-col-right {
    padding-left: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-heading {
    font-size: 50px; /* Adjust size as needed */
    font-family: 'Garamond', serif;
    margin: 0;
}

.hero-subheading {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#glide {
    position: relative;
    z-index: 2;
}

#glide .glide__slides {
    margin: 0;
    padding: 30px 0 0 0 !important
}

.glide__slide {
    display: flex;
    justify-content: center;
}

.glide__slide img {
    width: 100%;
}


#glide .glide__slide--active {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.section {
    display: flex;
    justify-content: space-around;
}

.section_noflex {
   overflow: hidden;
   font-size: 14px;
}

.section_noflex h2 {
    margin-bottom: 25px;
    font-family: 'Garamond', serif;
    font-size: 30px;
}

.section p {
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    width: 25%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.section.features p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section.features img {
    width: 35px;
    margin-right: 10px;
}

.circle-section {
    position: relative;
    display: flex;
    margin: 20px 0; /* Adds some margin above and below the circles */
    z-index: 10;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: 5px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
}

.circle_2 {
    width: 100px;
    height: 100px;
    background-color: lightgray;
    border: 2px solid lightgray;
}

.circle img {
    width: 100%; /* Makes the image fill the circle */
    height: 100%; /* Maintains aspect ratio */
    object-fit: cover;
    object-position: center;
    object-size: cover;
}

.circle:hover {
    border: 2px solid black;
}

.testimonials {
    
}

.testimonial-card {
    display: flex;
    align-items: center;

}

.testimonial-card img {
    margin-right: 10px;
}

.testimonial-card p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}

.faq-item {
    margin-bottom: 10px;
    cursor: pointer;
    width: 49%; /* Set width to 50% */
}

.faq-question {
    padding: 20px;
    border-bottom: 1px solid lightgray;
}

.faq-answer {
    display: none; /* Initially hide the answers */
    padding: 20px;
}

.faq-container {
    margin: 0 auto; /* Center the container */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery_wrapper {
    width: 100%;
    overflow: hidden;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img {
    width: 10%;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    position: relative;
    width: calc(49% - 10px);
    display: flex;
    background: white;
    padding: 25px 0;
    border-radius: 7px;
    border: 1px solid #000000;
    text-align: left;
    margin-right: 0;
}
.card .description {
    margin: 0 0 10px 0;
}
.card h2 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.badge {
    background: rgb(51, 170, 4);
    color: white;
    font-size: 14px;
    padding: 7px 15px;
    margin: 0;
    border-radius: 12px;
    font-weight: bold;
    width: fit-content;
    position: absolute;
    top: 0px;
    right: -25px;
}
.description {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.features {
    list-style: none;
    padding: 0;
    width: 100%;
}
.features li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #555;
}
.features li::before {
    content: '\2713';
    color: #a855f7;
    margin-right: 8px;
    font-weight: bold;
}
.price, .price2, .price3 {
    font-size: 55px;
    font-weight: bold;
    color: black;
    margin: 20px 0 5px 0;
}
.price span, .price2 span, .price3 span {
    font-size: 16px;
    color: gray;
}
.button {
    display: block;
    width: 100%;
    background: black;
    color: white;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.card > div {
    width: 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer p {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 47%;
    color: rgb(0, 0, 0);
    padding: 10px 10px;
    margin: 0;
    border: 1px solid lightgray;
    font-size: 14px;
    border-radius: 10px;
    margin: 5px;
}

.footer {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
}

.footer img {
    width: 30px;
    margin-right: 10px;
}

.footer_bottom, 
.footer_top {
    background: black;
}

.footer_bottom_inner2 {
    display: flex;
    justify-content: center;
    width: 100%;

}

.footer_bottom_inner2 p {
    width: 47%;
}

.footer_bottom_inner {
    display: flex;
    justify-content: space-between; 
    color: white;
    padding: 7px 30px;
}

.footer_bottom_inner span {
    font-size: 13px;
    color: lightgray;
}

.footer_bottom span {
    font-size: 13px;
}

.pricing_wrapper {
    background-color: #efceaa;
    padding-bottom: 40px;
}

.faq {
    padding-bottom: 40px;
}

.gradient_anim_btn {
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin: 12px;
    padding: 14px 20px 14px 20px;
    border-radius: 0.7em;
    background: -webkit-linear-gradient(225deg, rgb(251, 175, 21), rgb(251, 21, 242),             
    rgb(21, 198, 251)) 0% 0% / 300% 300%;
    background-size: 200% auto;
    -webkit-animation: gradient_move 3s ease infinite;
    animation: gradient_move 3s ease infinite;
  }

  @-webkit-keyframes gradient_move {
    0%{background-position: 0% 92%}
    50%{background-position: 100% 9%}
    100%{background-position: 0% 92%}
  }
  
  @keyframes gradient_move {
    0%{background-position: 0% 92%}
    50%{background-position: 100% 9%}
    100%{background-position: 0% 92%}
  }

@media (max-width: 768px) {

    .topbar_inner {
        justify-content: space-between;
    }

    .arrow {
        display: none;
    }

    .button-container {
        padding: 0 15px;
    }

    .topbar {
        height: auto;
        padding: 10px 0;
        flex-direction: column;
    }

    .left-column, .right-column {
        width: 100%;
        justify-content: center;
        padding: 5px 0;
    }

    .site-name {
        margin: 5px 10px;
    }

 

    .hero-section {
        height: auto;
        padding: 20px 0 0 0;
    }

    .hero-content {
        flex-direction: column;
        padding: 0px;
    }

    .hero-col-left, .hero-col-right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .hero-heading {
        font-size: 32px;
        text-align: center !important;
    }

    .section {
        flex-direction: column;
        align-items: center;
    }

    .section p {
        width: 90%;
        border: none;
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid grey;
    }

    .gallery {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 10px;
        gap: 10px;
        /* Hide scrollbar but keep functionality */
        scrollbar-width: none; /* Firefox */
        scroll-padding-left: 100px; /* Punkt startowy */
        -ms-overflow-style: none; /* IE and Edge */
    }

    .gallery::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

    .gallery img {
        width: 80%;
        min-width: 280px;
        scroll-snap-align: center;
        border-radius: 10px;
    }

    /* Add visual indication of scrollable content */
    .gallery::after {
        content: '';
        padding-right: 20px;
    }

    .pricing-cards {
        flex-direction: column;
        padding: 15px;
    }

    .card {
        width: 100%;
        margin: 10px 0;
        flex-direction: column;
    }


    

    .card > div {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }



    .faq-item {
        width: 100%;
    }

    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .circle_2 {
        margin-bottom: 15px;
    }

    .app-button {
        padding: 0 20px;
    }

    #glide .glide__slide--active {
        transform: none;
    }

    .glide__slide img {
        width: 80%;
    }

    .mobile-nav.active {
        right: 0;
        display: block;
    }

    .burger-menu {
        display: flex;
        z-index: 1001;
    }
}

/* Additional adjustments for very small screens */
@media (max-width: 480px) {
    .gallery img {
        width: 90%;
        min-width: 200px;
    }

    .hero-heading {
        font-size: 45px;
    }

    .menu-button {
        padding: 5px 10px;
        font-size: 14px;
    }
}

/* Add these new styles */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.burger-menu span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background: black;
    padding: 70px 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}

.mobile-nav.active {
    right: 0;
}

.mobile-nav-item {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: right;
    margin: 10px 0;
}

.mobile-nav-item:hover {
    color: #efceaa;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.mobile-menu-overlay.active {
    display: block;
}



/* Modify the existing media query */
@media (max-width: 768px) {

    .footer_bottom_inner2 {
        flex-wrap: wrap;
    }

    .f_3, .f_2 {
        display: none;
    }

    .f_3 {
        font-size: 14px !important;
    }

    .badge {
        position: relative;
        right: -70px;
    }

    .footer_bottom_inner {
        justify-content: center;
        padding: 10px 0;
    }

    .footer_top {
        display: none;
    }

    .footer {
        padding: 10px;
    }

    .button-container {
        align-items: center;
        justify-content: center;
    }

    .testimonials h2,
    .faq h2,
    .pricing > h2 {
        padding: 0 15px;
        font-size: 30px;
    }

    .text {
        padding: 0 15px;
        
    }

    .features p {
        padding: 5px 0;
        margin: 0;
    }

    .pricing_wrapper {
        padding: 0;
    }

    .desktop-nav {
        display: none;
    }

    .burger-menu {
        display: flex;
    }

    .topbar {
        flex-direction: row;
        height: 60px;
        padding: 0 15px;
    }

    .left-column, .right-column {
        width: auto;
    }

    /* When menu is active */
    .burger-menu.active span:first-child {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:last-child {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}

.currency-switcher {
    display: flex;
    margin-bottom: 10px;
}

.currency-label {
    border-radius: 20px;
    padding: 6px 15px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
    border: 1px solid black;
}

.currency-label input {
    display: none; /* Hide the radio button */
}

.currency-label:hover {
    background-color: black;
    color: white; /* Change text color on hover */
}

.currency-label input:checked + span {
    background-color: black; /* Change background when selected */
    color: white; /* Change text color when selected */
}

input[name="currency"]:focus,
input[name="currency2"]:focus {
    background-color: black; /* Black background */
    color: white; /* White text */
}




.cookie-notice {
    font-size: 0.9em !important;
    padding: 0.5em 1em !important;
    max-width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
.cookie-notice button {
    margin: 0 0.5em !important;
    padding: 0.5em 1em !important;
}
.cookie-notice-small {
    min-height: auto !important;
}
.cookie-notice .cn-body {
    margin: 0 !important;
    padding: 0 !important;
}


.footer0 {
    background: #000000;
    color: white;
    padding: 25px 0;
}

.footer0-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}

.footer0-column {
flex: 1;
min-width: 200px;
}

.footer0-column h3 {
font-size: 14px;
margin-bottom: 10px;
}

.footer0-column ul {
list-style: none;
padding: 0;
}

.footer0-column ul li {
margin-bottom: 8px;
}

.footer0-column ul li a {
    font-size: 13px;
    color: lightgrey;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
}

/* Gdy NA JAKIKOLWIEK link w .footer0-column ul najechano, zmień wszystkie inne linki na gray */
.footer0-column ul:hover li a {
    color: gray;
}

/* Wyjątek – ten, na który najechano, pozostaje biały */
.footer0-column ul li a:hover {
    color: white;
}

.footer0-column img {
    width: 25px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .footer0-container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer0-column {
        flex: 1 1 calc(50% - 10px);
    }
}

.footer-link {

}

.small-link {
    color: white;
    text-decoration: none;
    border-radius: 5px;
    padding: 1px 7px;
}

.mega-link {
    position: fixed;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    height: 92vh;
    padding: 50px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    pointer-events: none;
    color: lightgray;
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 90px;
}

.mega-link a {
    font-size: 100px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 400;
}

.mega-link a:hover {
    text-decoration: underline;
}

/* Klasa aktywna, która pokazuje mega link */
.show-mega {
    opacity: 1 !important;
    transform: scale(1) !important;
    pointer-events: all; /* Po pokazaniu działa normalnie */
    box-shadow: 0 15px 60px 0;
    z-index: 1000;
}

.klaro .cookie-notice {
    right: 20px !important;
    width: 260px !important;
    bottom: 30px !important;
    border-radius: 10px !important;
    padding: 15px !important;
}

.cookie-notice {
    left: auto !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background-color: #005dff !important;
}

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
    color: #005dff !important;
}

#mission {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Roboto';
    color: lightgray;
}

/* Free Credit Modal Styles */
.free-credit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.free-credit-modal.open {
    display: flex;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 900px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h2 {
    margin: 0;
    font-family: 'Garamond', serif;
    font-size: 32px;
    color: #1a1a1a;
}

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.2s ease;
    padding: 5px;
    line-height: 1;
}

.close-modal:hover {
    color: #000;
}

.modal-body {
    padding: 0 10px;
}

.modal-body p {
    text-align: center;
    margin-bottom: 25px;
    font-size: 17px;
    color: #333;
    border: none;
    width: 100%;
    line-height: 1.5;
}

.followers-table {
    margin: 25px 0;
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.followers-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    background: #fff;
}

.followers-table th,
.followers-table td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid #eee;
}

.followers-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.followers-table td {
    color: #444;
    font-size: 14px;
}

.followers-table tr:hover td {
    background-color: #f8f9fa;
}

.share-images {
    display: flex;
    gap: 25px;
    margin: 30px 0;
}

.image-card {
    width: calc(33% - 25px);
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.image-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.2s ease;
}

.image-card img:hover {
    transform: scale(1.02);
}

.link-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.link-container input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #f8f9fa;
}

.link-container input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.copy-btn {
    padding: 12px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    min-width: 100px;
}

.copy-btn:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.copy-btn:active {
    transform: translateY(0);
}

.social-link-input {
    margin: 30px 0;
}

.social-link-input input {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    transition: all 0.2s ease;
}

.social-link-input input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.submit-status {
    margin: 15px 0;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
}

.submit-status.success {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.submit-status.error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.gradient_anim_btn {
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.gradient_anim_btn:hover {
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.gradient_anim_btn:active {
    transform: translateY(0);
}

.gradient_anim_btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.credit-instructions {
    text-align: center;
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #eee;
}

.credit-instructions p {
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        padding: 20px;
        margin: 15px;
        max-height: 90vh;
    }

    .modal-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .modal-header h2 {
        font-size: 24px;
    }

    .share-images {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .link-container {
        flex-direction: column;
    }

    .copy-btn {
        width: 100%;
        padding: 12px;
    }

    .followers-table {
        margin: 15px -10px;
        width: calc(100% + 20px);
        border-radius: 0;
    }

    .followers-table th,
    .followers-table td {
        padding: 12px 15px;
        font-size: 13px;
    }

    .credit-instructions {
        margin: 20px -10px;
        padding: 20px;
        border-radius: 0;
    }
}

.share-link-container {
    margin: 20px 0;
    text-align: center;
}

.share-link-container p {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.share-link-input {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.share-link-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
}

.copy-btn {
    padding: 10px 20px;
    background: black;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: #333;
}

@media (max-width: 768px) {
    .share-link-input {
        flex-direction: column;
    }
    
    .share-link-input input {
        width: 100%;
    }
    
    .copy-btn {
        width: 100%;
    }
}

