﻿@media (max-width: 767px) {
    .container {
        padding: 0px !important;
    }
}

.addpostbutton {
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}

h1 #k {
    font-weight: 500;
    color: #2d6cdf;
}

h1 #c {
    font-weight: 500;
    color: #e7b212;
}

.promo-page {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 20px;
}

.promo-header {
    text-align: center;
    margin-bottom: 35px;
}

    .promo-header h1 {
        font-size: 34px;
        margin-bottom: 10px;
        font-weight: 700;
    }

.promo-subtitle {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    margin: 20px 10px;
}

.pricing-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    transition: 0.2s;
}

    .price-card:hover {
        border-color: #cfcfcf;
        transform: translateY(-2px);
    }

    .price-card.featured {
        border: 2px solid #2d6cdf;
        background: #f7faff;
    }

.price-info h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
}

.price-info p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.price-value {
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 25px;
}

.promo-footer {
    text-align: center;
    margin-top: 40px;
}

.promo-text {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 20px 40px 0px 40px;
}

.promo-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 12px;
    background: #2d6cdf;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

    .promo-btn:hover {
        background: #1f57b8;
        color: white;
    }

@media (max-width: 700px) {

    .price-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-value {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    .promo-header h1 {
        font-size: 28px;
    }
}
