.fp-v3-hero .fp-home-tour-help {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 42px;
    padding: 10px 20px;
    border: 1px solid #c88412;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe08a 0%, #f2b84b 48%, #d8921d 100%);
    box-shadow: 0 8px 18px rgba(216, 146, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    color: #4a3200;
    font: 700 14px/1.2 'Baloo 2', Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.fp-v3-hero .fp-home-tour-help:hover,
.fp-v3-hero .fp-home-tour-help:focus-visible {
    filter: brightness(1.03);
    transform: translateY(-1px);
    outline: none;
}

.fp-v3-hero .fp-home-tour-help:active {
    transform: translateY(0);
}

@media (max-width: 760px) {
    .fp-v3-hero .fp-home-tour-help {
        top: 4px;
        right: 0;
        min-height: 38px;
        padding: 8px 16px;
        font-size: 13px;
    }
}
