/* Custom styles for page ID 75 - Jak nás podpořit */

.kp75-hero,
.kp75-qr-section,
.kp75-support-section,
.kp75-final {
    padding: 4.5rem 2rem;
}

.kp75-hero {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.kp75-hero__content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    background: rgba(23, 94, 230, 0.12);
    color: #175ee6;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.kp75-hero__title {
    margin: 0;
    color: #0f172a;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.kp75-hero__text {
    margin: 1.1rem auto 0;
    max-width: 860px;
    color: #475569;
    font-size: 1.12rem;
    line-height: 1.85;
}

.kp75-hero__actions {
    margin-top: 1.8rem;
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
}

.kp75-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 0.82rem 1.15rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.kp75-btn--primary {
    background: #175ee6;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(23, 94, 230, 0.24);
}

.kp75-btn--primary,
.kp75-btn--primary:hover,
.kp75-btn--primary:focus,
.kp75-btn--primary:visited {
    color: #ffffff;
    text-decoration: none;
}

.kp75-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(23, 94, 230, 0.3);
}

.kp75-btn--secondary {
    background: #ffffff;
    color: #1e293b;
    border-color: #cbd5e1;
}

.kp75-btn--secondary:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.kp75-btn:focus-visible,
.kp75-amount-btn:focus-visible,
.kp75-custom-amount input:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

.kp75-section-header {
    max-width: 900px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.kp75-section-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 2.2rem;
    font-weight: 800;
}

.kp75-section-header p {
    margin: 1rem 0 0;
    color: #64748b;
    line-height: 1.75;
}

.kp75-qr-section {
    background: #ffffff;
}

.kp75-qr-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    gap: 1.4rem;
}

.kp75-qr-card,
.kp75-payment-card {
    background: #ffffff;
    border: 1px solid #dbe5f1;
    border-radius: 18px;
    padding: 1.4rem;
}

.kp75-qr-card {
    background: linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 20px 45px rgba(23, 94, 230, 0.09);
}

.kp75-qr-card__header h3,
.kp75-payment-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.5rem;
}

.kp75-qr-card__header p {
    margin: 0.6rem 0 0;
    color: #64748b;
}

.kp75-qr-code {
    margin-top: 1rem;
    min-height: 280px;
    background: #ffffff;
    border: 1px solid #cfe0ff;
    border-radius: 14px;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.kp75-qr-code img,
.kp75-qr-code canvas {
    width: min(100%, 260px) !important;
    height: auto !important;
}

.kp75-amounts {
    margin-top: 1rem;
    display: grid;
    gap: 0.55rem;
}

.kp75-amount-btn {
    text-align: left;
    padding: 0.72rem 0.8rem;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kp75-amount-btn span {
    display: block;
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 500;
}

.kp75-amount-btn:hover {
    border-color: #175ee6;
    background: #f8fbff;
}

.kp75-amount-btn.active {
    border-color: #175ee6;
    background: #eff6ff;
}

.kp75-custom-amount {
    margin-top: 0.9rem;
}

.kp75-custom-amount label {
    display: block;
    margin-bottom: 0.35rem;
    color: #334155;
    font-weight: 600;
}

.kp75-custom-amount input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    padding: 0.72rem 0.8rem;
    font-size: 1rem;
}

.kp75-qr-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.kp75-feedback {
    margin: 0.7rem 0 0;
    min-height: 1.2rem;
    color: #166534;
    font-size: 0.92rem;
    font-weight: 600;
}

.kp75-payment-list {
    margin: 1rem 0 0;
}

.kp75-payment-list div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef2f7;
}

.kp75-payment-list div:last-child {
    border-bottom: 0;
}

.kp75-payment-list dt {
    color: #64748b;
    font-size: 0.9rem;
}

.kp75-payment-list dd {
    margin: 0;
    color: #0f172a;
    font-weight: 700;
    word-break: break-word;
}

.kp75-support-section {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.kp75-support-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
}

.kp75-support-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.2rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kp75-support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.kp75-support-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #175ee6;
    background: rgba(23, 94, 230, 0.1);
    margin-bottom: 0.75rem;
}

.kp75-support-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
}

.kp75-support-card p {
    margin: 0.7rem 0 0;
    color: #475569;
    line-height: 1.72;
}

.kp75-support-card ul {
    margin: 0.6rem 0 0;
    padding-left: 1.1rem;
}

.kp75-support-card li {
    margin: 0.3rem 0;
    color: #334155;
}

.kp75-contact-line {
    margin-top: 0.95rem !important;
    color: #0f172a !important;
    font-weight: 700;
}

.kp75-final {
    background: #ffffff;
}

.kp75-final__box {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.6rem;
    background: #ffffff;
}

.kp75-final__box h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.9rem;
}

.kp75-final__box p {
    margin: 0.9rem 0 0;
    color: #475569;
    line-height: 1.8;
}

@media (max-width: 1100px) {
    .kp75-qr-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .kp75-support-grid {
        grid-template-columns: 1fr;
    }

    .kp75-hero__title {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .kp75-hero,
    .kp75-qr-section,
    .kp75-support-section,
    .kp75-final {
        padding: 3.2rem 1rem;
    }

    .kp75-section-header h2 {
        font-size: 1.8rem;
    }

    .kp75-hero__title {
        font-size: 2rem;
    }
}
