.gpda-page .gpda-intro {
    font-size: 1.05em;
    line-height: 1.6;
    margin-bottom: 1em;
}

.gpda-page .gpda-bullets {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.gpda-page .gpda-bullets li {
    padding: 0.4em 0 0.4em 1.6em;
    position: relative;
}

.gpda-page .gpda-bullets li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #ec4249;
    font-weight: bold;
}

.gpda-page .gpda-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    margin: 1.5em 0;
}

.gpda-page .gpda-zone {
    color: #666;
    font-size: 0.9em;
}

.gpda-index h3 {
    margin-top: 1.4em;
}

.gpda-index-list {
    columns: 2;
}

@media (max-width: 600px) {
    .gpda-index-list {
        columns: 1;
    }
}

.gpda-footer-block {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
    width: 100% !important;
    max-width: 1200px;
    padding: 24px 20px;
    background: #2b2320;
    color: #e7dfd9;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 999;
    clear: both;
}

.gpda-footer-block h4 {
    font-size: 13px;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #f2a6a9;
}

.gpda-footer-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
}

.gpda-footer-block li {
    font-size: 13px;
}

.gpda-footer-block a {
    color: #e7dfd9;
    text-decoration: none;
}

.gpda-footer-block a:hover {
    text-decoration: underline;
    color: #ffffff;
}
