.country-hero-scope .hero__actions .btn.primary.country-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.82rem 1.35rem;
    min-height: 2.8rem;
    border-radius: 999px;
    border: 0;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #1f67b3 0%, #1e7fd0 52%, #1b93e3 100%);
    box-shadow: 0 8px 18px rgba(25, 107, 175, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.country-hero-scope .hero__actions .btn.primary.country-hero-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 22px rgba(25, 107, 175, 0.33);
    background: linear-gradient(135deg, #1b5ca0 0%, #1a72b8 52%, #187fcd 100%);
}

.country-hero-scope .hero__actions .btn.primary.country-hero-cta:active {
    transform: translateY(0);
}

.country-hero-scope .hero__actions .btn.primary.country-hero-cta:focus-visible {
    outline: 3px solid rgba(27, 127, 205, 0.34);
    outline-offset: 2px;
}

.country-hero-cta__hint {
    display: inline-block;
    font-size: 0.82rem;
    opacity: 0.94;
    font-weight: 500;
}

.country-process-grid {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.country-process-card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem;
    border: 1px solid rgba(34, 68, 115, 0.15);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(34, 68, 115, 0.03) 0%, rgba(34, 68, 115, 0.01) 100%);
}

.country-process-title {
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.3;
    min-height: calc(1.3em * 3);
}

.country-process-card p {
    margin: 0;
}

.country-process-link {
    margin-top: 0.95rem;
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(34, 68, 115, 0.55);
    background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
    color: #12325c;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(18, 50, 92, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.country-process-link:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 68, 115, 0.8);
    background: linear-gradient(180deg, #ffffff 0%, #e9f1fa 100%);
    box-shadow: 0 10px 22px rgba(18, 50, 92, 0.16);
}

.country-process-link:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(18, 50, 92, 0.12);
}

.country-process-link:focus-visible {
    outline: 3px solid rgba(34, 68, 115, 0.25);
    outline-offset: 2px;
}

.country-eeat-section {
    padding-top: 0.45rem;
}

.country-eeat-intro-card {
    margin-bottom: 0.95rem;
}

.country-eeat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.country-eeat-card {
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(34, 68, 115, 0.12);
    background: #fff;
}

.country-eeat-card h3 {
    margin: 0 0 0.42rem 0;
    font-size: 1rem;
    line-height: 1.3;
}

.country-eeat-list {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.42rem;
}

.country-eeat-list li {
    margin: 0;
    line-height: 1.45;
}

.country-eeat-faq-card {
    margin-top: 0.95rem;
}

.country-eeat-faq-card h3 {
    margin: 0 0 0.5rem 0;
}

.country-eeat-qa {
    display: grid;
    gap: 0.35rem;
}

.country-eeat-qa p {
    margin: 0;
}

.country-eeat-qa p + p {
    margin-bottom: 0.45rem;
}

.country-eeat-qa__q {
    font-weight: 700;
    color: #17365f;
}

.country-eeat-qa__a {
    font-family: Georgia, "Times New Roman", serif;
    color: #2b3f56;
}

.country-eeat-tip-card {
    margin-top: 0.75rem;
    border: 1px solid rgba(31, 103, 179, 0.22);
    background: linear-gradient(180deg, rgba(31, 103, 179, 0.06) 0%, rgba(31, 103, 179, 0.02) 100%);
}

.country-eeat-tip-card__label {
    margin: 0 0 0.45rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1f4d7a;
}

.country-eeat-tip-card__intro {
    margin: 0 0 0.55rem 0;
    line-height: 1.45;
}

.country-eeat-tip-list {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.38rem;
}

.country-eeat-tip-list li {
    margin: 0;
    line-height: 1.4;
}

.country-eeat-tip-list li strong {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.country-eeat-tip-card__extended {
    margin-top: 0.7rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(31, 103, 179, 0.28);
}

.country-eeat-tip-card__extended h4 {
    margin: 0 0 0.45rem 0;
    font-size: 0.95rem;
    line-height: 1.3;
    color: #17365f;
}

.country-eeat-tip-card__text {
    margin: 0.6rem 0 0 0;
    line-height: 1.45;
}

.country-eeat-tech-card {
    margin-top: 0.85rem;
    border: 1px solid rgba(34, 68, 115, 0.16);
    background: #fff;
}

.country-eeat-tech-card__label {
    margin: 0 0 0.5rem 0;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #17365f;
}

.country-eeat-tech-card__intro {
    margin: 0 0 0.6rem 0;
    line-height: 1.45;
}

.country-eeat-tech-card > p {
    margin: 0;
}

.country-eeat-tech-card > p + p {
    margin-top: 0.55rem;
}

.country-eeat-tech-list {
    margin: 0.7rem 0 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.55rem;
}

.country-eeat-tech-list li {
    margin: 0;
    line-height: 1.42;
}

.country-eeat-tech-list li strong {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.country-eeat-tech-detail {
    margin-top: 0.8rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(34, 68, 115, 0.2);
}

.country-eeat-tech-detail h4 {
    margin: 0 0 0.45rem 0;
    font-size: 0.95rem;
    line-height: 1.3;
    color: #17365f;
}

.country-eeat-tech-detail p {
    margin: 0;
    line-height: 1.45;
}

.country-eeat-tech-detail p + p {
    margin-top: 0.45rem;
}

.country-eeat-tech-card__text {
    margin: 0.7rem 0 0 0;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .pelz-region-title-link {
        display: inline-grid;
        align-items: start;
    }

    .pelz-location-grid .card {
        position: relative;
    }

    .pelz-location-grid .card .pelz-region-title-link::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
    }

    .pelz-region-title-link__default,
    .pelz-region-title-link__hover {
        grid-area: 1 / 1;
        display: inline-block;
        will-change: opacity, transform;
    }

    .pelz-region-title-link__default {
        animation: pelzRegionMobileDefault 8.8s ease-in-out infinite;
    }

    .pelz-region-title-link__hover {
        color: LinkText;
        font-weight: 700;
        animation: pelzRegionMobileHover 8.8s ease-in-out infinite;
    }

    .pelz-location-grid .card p {
        position: relative;
        z-index: 1;
    }

    .country-hero-cta {
        width: 100%;
        padding: 0.78rem 1rem;
        flex-direction: column;
        gap: 0.2rem;
    }

    .country-hero-cta__hint {
        text-align: center;
    }

    .country-process-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1.15rem;
    }

    .country-eeat-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .country-eeat-tech-card {
        margin-top: 0.75rem;
    }

    .country-eeat-tip-card {
        margin-top: 0.65rem;
    }
}

@keyframes pelzRegionMobileDefault {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    42% {
        opacity: 1;
        transform: scale(1);
    }
    56%, 92% {
        opacity: 0;
        transform: scale(0.995);
    }
}

@keyframes pelzRegionMobileHover {
    0%, 42% {
        opacity: 0;
        transform: scale(0.995);
    }
    56%, 92% {
        opacity: 1;
        transform: scale(1.02);
    }
    100% {
        opacity: 0;
        transform: scale(0.995);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pelz-region-title-link__default,
    .pelz-region-title-link__hover {
        animation: none;
        transform: none;
    }

    .pelz-region-title-link__default {
        opacity: 1;
    }

    .pelz-region-title-link__hover {
        opacity: 0;
    }
}
