.arzicovote-launch,
.arzicovote-launch * {
    box-sizing: border-box;
}

.arzicovote-launch {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
    align-items: center;
    gap: 36px;
    width: min(calc(100% - 32px), 1180px);
    margin: 34px auto 48px;
    padding: 38px 42px;
    overflow: hidden;
    border: 1px solid rgba(136, 166, 126, 0.34);
    border-radius: 28px;
    background: linear-gradient(135deg, #f5f8f3 0%, #ffffff 54%, #f7f0df 100%);
    box-shadow: 0 22px 54px rgba(47, 71, 50, 0.12);
    color: #263125;
}

.arzicovote-launch::before {
    position: absolute;
    inset: -90px auto auto -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(202, 167, 77, 0.14);
    content: "";
}

.arzicovote-launch__content {
    position: relative;
    z-index: 1;
}

.arzicovote-launch__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #52624f;
    font-size: 14px;
    font-weight: 800;
}

.arzicovote-launch h2 {
    margin: 0 0 12px;
    color: #1f2a20;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.55;
}

.arzicovote-launch p {
    max-width: 720px;
    margin: 0 0 24px;
    color: #52624f;
    font-size: 16px;
    line-height: 2;
}

.arzicovote-launch__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 11px 22px;
    border-radius: 14px;
    background: #52624f;
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.arzicovote-launch__button:hover,
.arzicovote-launch__button:focus-visible {
    background: #2f4732;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(47, 71, 50, 0.24);
    outline: 3px solid rgba(202, 167, 77, 0.65);
    outline-offset: 3px;
}

.arzicovote-launch__visual {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 210px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 24px;
    background: linear-gradient(145deg, #e5e7e4, #52624f);
    box-shadow: 0 18px 34px rgba(82, 98, 79, 0.24);
    color: #ffffff;
    text-align: center;
}

.arzicovote-launch__visual img {
    display: block;
    width: min(100%, 280px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(23, 33, 26, 0.18));
}

.arzicovote-launch__visual > span:last-child {
    font-size: 14px;
    font-weight: 700;
}

.arzicovote-launch__pulse {
    width: 18px;
    height: 18px;
    border: 5px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: #caa74d;
    box-shadow: 0 0 0 8px rgba(202, 167, 77, 0.18);
}

@media (max-width: 767.98px) {
    .arzicovote-launch {
        grid-template-columns: 1fr;
        gap: 24px;
        width: min(calc(100% - 24px), 560px);
        margin: 22px auto 34px;
        padding: 26px 20px;
        border-radius: 22px;
        text-align: center;
    }

    .arzicovote-launch p {
        font-size: 15px;
        line-height: 1.9;
    }

    .arzicovote-launch__button {
        width: 100%;
    }

    .arzicovote-launch__visual {
        min-height: 150px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .arzicovote-launch__button {
        transition: none;
    }
}
